Searched refs:rbd_acc_handle (Results 1 – 2 of 2) sorted by relevance
523 &len, &rx_data->rbd_acc_handle); in e1000g_alloc_rx_descriptors()532 ddi_dma_mem_free(&rx_data->rbd_acc_handle); in e1000g_alloc_rx_descriptors()533 rx_data->rbd_acc_handle = NULL; in e1000g_alloc_rx_descriptors()579 &len, &rx_data->rbd_acc_handle); in e1000g_alloc_rx_descriptors()584 rx_data->rbd_acc_handle = NULL; in e1000g_alloc_rx_descriptors()622 if (rx_data->rbd_acc_handle != NULL) { in e1000g_alloc_rx_descriptors()623 ddi_dma_mem_free(&rx_data->rbd_acc_handle); in e1000g_alloc_rx_descriptors()624 rx_data->rbd_acc_handle = NULL; in e1000g_alloc_rx_descriptors()657 if (rx_data->rbd_acc_handle != NULL) { in e1000g_free_rx_descriptors()658 ddi_dma_mem_free(&rx_data->rbd_acc_handle); in e1000g_free_rx_descriptors()[all …]
766 ddi_acc_handle_t rbd_acc_handle; member