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

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c362 virtio_net_txbuf_t *pTxBuf = pvBuf; local
368 0 /* Arg */, &pTxBuf->hDMA);
384 virtio_net_txbuf_t *pTxBuf = pvBuf; local
386 ddi_dma_free_handle(&pTxBuf->hDMA);
780 virtio_net_txbuf_t *pTxBuf = kmem_cache_alloc(pNet->pTxCache, KM_SLEEP); local
781 if (!pTxBuf)
786 int rc = ddi_dma_addr_bind_handle(pTxBuf->hDMA, NULL /* addrspace */, (char *)pMsg->b_rptr, MBLKL(pMsg),
793 kmem_cache_free(pNet->pTxCache, pTxBuf);
812 ddi_dma_nextcookie(pTxBuf->hDMA, &DmaCookie);
819 ddi_dma_unbind_handle(pTxBuf
[all...]

Completed in 33 milliseconds