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()
645 (void) ddi_dma_sync(pOdl->rx_desc_dma_handle, 0, 0, in amd8111s_receive()
777 NULL, &pOdl->rx_desc_dma_handle) != DDI_SUCCESS) { in amd8111s_allocate_descriptors()
780 pOdl->rx_desc_dma_handle = NULL; in amd8111s_allocate_descriptors()
785 if (ddi_dma_mem_alloc(pOdl->rx_desc_dma_handle, length, 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()
797 if (ddi_dma_addr_bind_handle(pOdl->rx_desc_dma_handle, 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()
[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