Searched refs:bufPA (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_utils.c149 dma->bufPA = cookie.dmac_laddress;
159 dma->bufPA = NULL;
199 dma->bufPA = NULL;
H A Dvmxnet3_main.c251 ds->devRead.misc.queueDescPA = dp->queueDescs.bufPA;
261 VMXNET3_ADDR_LO(dp->sharedData.bufPA));
263 VMXNET3_ADDR_HI(dp->sharedData.bufPA));
347 tqdesc->conf.txRingBasePA = txq->cmdRing.dma.bufPA;
355 tqdesc->conf.compRingBasePA = txq->compRing.dma.bufPA;
397 rqdesc->conf.rxRingBasePA[0] = rxq->cmdRing.dma.bufPA;
405 rqdesc->conf.compRingBasePA = rxq->compRing.dma.bufPA;
741 newMfTable.bufPA = 0;
768 VMXNET3_DS(dp)->devRead.rxFilterConf.mfTablePA = newMfTable.bufPA;
H A Dvmxnet3.h59 uint64_t bufPA; member in struct:vmxnet3_dmabuf_t
H A Dvmxnet3_rx.c220 rxDesc->rxd.addr = rxBuf->dma.bufPA;

Completed in 758 milliseconds