Searched refs:rbd_dma_handle (Results 1 – 3 of 3) sorted by relevance
506 &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 …]
469 (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()858 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive()883 (void) ddi_dma_sync(rx_data->rbd_dma_handle, in e1000g_receive()
764 ddi_dma_handle_t rbd_dma_handle; member