Home
last modified time | relevance | path

Searched refs:rbd_dma_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c506 &rx_data->rbd_dma_handle); in e1000g_alloc_rx_descriptors()
511 rx_data->rbd_dma_handle = NULL; in e1000g_alloc_rx_descriptors()
518 mystat = ddi_dma_mem_alloc(rx_data->rbd_dma_handle, in e1000g_alloc_rx_descriptors()
536 if (rx_data->rbd_dma_handle != NULL) { in e1000g_alloc_rx_descriptors()
537 ddi_dma_free_handle(&rx_data->rbd_dma_handle); in e1000g_alloc_rx_descriptors()
538 rx_data->rbd_dma_handle = NULL; in e1000g_alloc_rx_descriptors()
562 &rx_data->rbd_dma_handle); in e1000g_alloc_rx_descriptors()
567 rx_data->rbd_dma_handle = NULL; in e1000g_alloc_rx_descriptors()
574 mystat = ddi_dma_mem_alloc(rx_data->rbd_dma_handle, in e1000g_alloc_rx_descriptors()
586 if (rx_data->rbd_dma_handle != NULL) { in e1000g_alloc_rx_descriptors()
[all …]
H A De1000g_rx.c469 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive()
472 if (e1000g_check_dma_handle(rx_data->rbd_dma_handle) != DDI_FM_OK) { in e1000g_receive()
848 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive()
873 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive()
H A De1000g_sw.h765 ddi_dma_handle_t rbd_dma_handle; member