Lines Matching refs:cbDmaHandle
113 ddi_dma_unbind_handle(pTxPkt->cbDmaHandle); in BnxeTxPktsFree()
115 ddi_dma_free_handle(&pTxPkt->cbDmaHandle); in BnxeTxPktsFree()
535 rc = ddi_dma_sync(pTxPkt->cbDmaHandle, 0, copySize, in BnxeTxPktCopy()
539 BnxeCheckDmaHandle(pTxPkt->cbDmaHandle) != DDI_FM_OK) in BnxeTxPktCopy()
1112 &pTxPkt->cbDmaHandle)) != DDI_SUCCESS) in BnxeTxPktAlloc()
1119 if ((rc = ddi_dma_mem_alloc(pTxPkt->cbDmaHandle, in BnxeTxPktAlloc()
1130 ddi_dma_free_handle(&pTxPkt->cbDmaHandle); in BnxeTxPktAlloc()
1135 if ((rc = ddi_dma_addr_bind_handle(pTxPkt->cbDmaHandle, in BnxeTxPktAlloc()
1147 ddi_dma_free_handle(&pTxPkt->cbDmaHandle); in BnxeTxPktAlloc()
1171 ddi_dma_unbind_handle(pTxPkt->cbDmaHandle); in BnxeTxPktAlloc()
1173 ddi_dma_free_handle(&pTxPkt->cbDmaHandle); in BnxeTxPktAlloc()