Searched refs:cbDmaHandle (Results 1 – 2 of 2) sorted by relevance
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()[all …]
347 ddi_dma_handle_t cbDmaHandle; /* cb = copy buffer */ member