Home
last modified time | relevance | path

Searched refs:rx_desc_dma_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c517 (void) ddi_dma_sync(pOdl->rx_desc_dma_handle, in amd8111s_recv_copy()
780 pOdl->rx_desc_dma_handle = NULL; in amd8111s_allocate_descriptors()
792 ddi_dma_free_handle(&pOdl->rx_desc_dma_handle); in amd8111s_allocate_descriptors()
793 pOdl->rx_desc_dma_handle = NULL; in amd8111s_allocate_descriptors()
806 ddi_dma_free_handle(&pOdl->rx_desc_dma_handle); in amd8111s_allocate_descriptors()
807 pOdl->rx_desc_dma_handle = NULL; in amd8111s_allocate_descriptors()
888 ddi_dma_free_handle(&pOdl->rx_desc_dma_handle); in amd8111s_allocate_descriptors()
889 pOdl->rx_desc_dma_handle = NULL; in amd8111s_allocate_descriptors()
902 if (pOdl->rx_desc_dma_handle) { in amd8111s_free_descriptors()
905 ddi_dma_free_handle(&pOdl->rx_desc_dma_handle); in amd8111s_free_descriptors()
[all …]
H A Damd8111s_main.h316 ddi_dma_handle_t rx_desc_dma_handle; member
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c344 &rcv_desc->rx_desc_dma_handle, in unm_free_hw_resources()
565 &rcv_desc->rx_desc_dma_handle, in unm_nic_hw_resources()
1543 unm_desc_dma_sync(rcv_desc->rx_desc_dma_handle, in unm_post_rx_buffers()
1591 unm_desc_dma_sync(rcv_desc->rx_desc_dma_handle, last_producer, in unm_post_rx_buffers_nodb()
H A Dunm_nic.h399 ddi_dma_handle_t rx_desc_dma_handle; member