Lines Matching defs:sopIdx
165 uint16_t sopIdx, eopIdx;
171 sopIdx = eopIdx = cmdRing->next2fill;
272 txDesc = VMXNET3_GET_DESC(cmdRing, sopIdx);
285 txq->metaRing[sopIdx].mp = mp;
286 txq->metaRing[eopIdx].sopIdx = sopIdx;
296 VMXNET3_DEBUG(dp, 3, "tx 0x%p on [%u;%u]\n", mp, sopIdx, eopIdx);
302 while (sopIdx != cmdRing->next2fill) {
440 uint16_t sopIdx, eopIdx;
445 sopIdx = eopMetaDesc->sopIdx;
446 sopMetaDesc = &txq->metaRing[sopIdx];
455 eopMetaDesc->sopIdx = 0;
461 VMXNET3_DEBUG(dp, 3, "cp 0x%p on [%u;%u]\n", mp, sopIdx,