Searched refs:buf_dma_handle (Results 1 – 9 of 9) sorted by relevance
77 nxge_os_dma_handle_t buf_dma_handle; /* premapped buffer handle */ member
68 hxge_os_dma_handle_t buf_dma_handle; /* premapped buffer handle */ member
321 dma_handle = tx_msg_p->buf_dma_handle; in hxge_start()416 dma_handle = tx_msg_p->buf_dma_handle; in hxge_start()
1967 tx_msg_ring[index].buf_dma_handle = tx_buf_dma_handle; in hxge_map_txdma_channel_buf_ring()
4726 ASSERT(acp->buf_dma_handle); in aac_free_dmamap()4727 (void) ddi_dma_unbind_handle(acp->buf_dma_handle); in aac_free_dmamap()4732 ASSERT(acp->buf_dma_handle); in aac_free_dmamap()4741 if (acp->buf_dma_handle) { in aac_free_dmamap()4742 ddi_dma_free_handle(&acp->buf_dma_handle); in aac_free_dmamap()4743 acp->buf_dma_handle = NULL; in aac_free_dmamap()5155 rval = ddi_dma_getwin(acp->buf_dma_handle, acp->cur_win, in aac_cmd_dma_alloc()5192 if (!acp->buf_dma_handle) { in aac_cmd_dma_alloc()5195 &acp->buf_dma_handle); in aac_cmd_dma_alloc()5206 rval = ddi_dma_buf_bind_handle(acp->buf_dma_handle, in aac_cmd_dma_alloc()[all …]
272 ddi_dma_handle_t buf_dma_handle; member
497 dma_handle = tx_msg_p->buf_dma_handle; in nxge_start()605 dma_handle = tx_msg_p->buf_dma_handle; in nxge_start()
2647 tx_msg_ring[index].buf_dma_handle = tx_buf_dma_handle; in nxge_map_txdma_channel_buf_ring()
9152 ddi_dma_handle_t buf_dma_handle; in ahci_get_rdlogext_data() local9213 buf_dma_handle = *(ddi_dma_handle_t *) in ahci_get_rdlogext_data()9215 rval = ddi_dma_sync(buf_dma_handle, 0, 0, in ahci_get_rdlogext_data()9272 ddi_dma_handle_t buf_dma_handle; in ahci_get_rqsense_data() local9335 buf_dma_handle = *(ddi_dma_handle_t *) in ahci_get_rqsense_data()9337 (void) ddi_dma_sync(buf_dma_handle, 0, 0, in ahci_get_rqsense_data()