Home
last modified time | relevance | path

Searched refs:buf_dma_handle (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h77 nxge_os_dma_handle_t buf_dma_handle; /* premapped buffer handle */ member
/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h68 hxge_os_dma_handle_t buf_dma_handle; /* premapped buffer handle */ member
H A Dhxge_send.c329 dma_handle = tx_msg_p->buf_dma_handle; in hxge_start()
424 dma_handle = tx_msg_p->buf_dma_handle; in hxge_start()
H A Dhxge_txdma.c1967 tx_msg_ring[index].buf_dma_handle = tx_buf_dma_handle; in hxge_map_txdma_channel_buf_ring()
/titanic_44/usr/src/uts/common/io/aac/
H A Daac.c4720 ASSERT(acp->buf_dma_handle); in aac_free_dmamap()
4721 (void) ddi_dma_unbind_handle(acp->buf_dma_handle); in aac_free_dmamap()
4726 ASSERT(acp->buf_dma_handle); in aac_free_dmamap()
4735 if (acp->buf_dma_handle) { in aac_free_dmamap()
4736 ddi_dma_free_handle(&acp->buf_dma_handle); in aac_free_dmamap()
4737 acp->buf_dma_handle = NULL; in aac_free_dmamap()
5149 rval = ddi_dma_getwin(acp->buf_dma_handle, acp->cur_win, in aac_cmd_dma_alloc()
5186 if (!acp->buf_dma_handle) { in aac_cmd_dma_alloc()
5189 &acp->buf_dma_handle); in aac_cmd_dma_alloc()
5200 rval = ddi_dma_buf_bind_handle(acp->buf_dma_handle, in aac_cmd_dma_alloc()
[all …]
H A Daac.h272 ddi_dma_handle_t buf_dma_handle; member
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_send.c501 dma_handle = tx_msg_p->buf_dma_handle; in nxge_start()
609 dma_handle = tx_msg_p->buf_dma_handle; in nxge_start()
H A Dnxge_txdma.c2650 tx_msg_ring[index].buf_dma_handle = tx_buf_dma_handle; in nxge_map_txdma_channel_buf_ring()
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c9048 ddi_dma_handle_t buf_dma_handle; in ahci_get_rdlogext_data() local
9109 buf_dma_handle = *(ddi_dma_handle_t *) in ahci_get_rdlogext_data()
9111 rval = ddi_dma_sync(buf_dma_handle, 0, 0, in ahci_get_rdlogext_data()
9168 ddi_dma_handle_t buf_dma_handle; in ahci_get_rqsense_data() local
9231 buf_dma_handle = *(ddi_dma_handle_t *) in ahci_get_rqsense_data()
9233 (void) ddi_dma_sync(buf_dma_handle, 0, 0, in ahci_get_rqsense_data()