Home
last modified time | relevance | path

Searched refs:sopIdx (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c166 uint16_t sopIdx, eopIdx; in vmxnet3_tx_one() local
172 sopIdx = eopIdx = cmdRing->next2fill; in vmxnet3_tx_one()
273 txDesc = VMXNET3_GET_DESC(cmdRing, sopIdx); in vmxnet3_tx_one()
286 txq->metaRing[sopIdx].mp = mp; in vmxnet3_tx_one()
287 txq->metaRing[eopIdx].sopIdx = sopIdx; in vmxnet3_tx_one()
297 VMXNET3_DEBUG(dp, 3, "tx 0x%p on [%u;%u]\n", (void *)mp, sopIdx, in vmxnet3_tx_one()
304 while (sopIdx != cmdRing->next2fill) { in vmxnet3_tx_one()
442 uint16_t sopIdx, eopIdx; in vmxnet3_tx_complete() local
447 sopIdx = eopMetaDesc->sopIdx; in vmxnet3_tx_complete()
448 sopMetaDesc = &txq->metaRing[sopIdx]; in vmxnet3_tx_complete()
[all …]
H A Dvmxnet3.h82 uint16_t sopIdx; member