Searched refs:tbd_acc_handle (Results 1 – 2 of 2) sorted by relevance
330 &len, &tx_ring->tbd_acc_handle); in e1000g_alloc_tx_descriptors()335 ddi_dma_mem_free(&tx_ring->tbd_acc_handle); in e1000g_alloc_tx_descriptors()336 tx_ring->tbd_acc_handle = NULL; in e1000g_alloc_tx_descriptors()391 &len, &tx_ring->tbd_acc_handle); in e1000g_alloc_tx_descriptors()396 tx_ring->tbd_acc_handle = NULL; in e1000g_alloc_tx_descriptors()440 if (tx_ring->tbd_acc_handle != NULL) { in e1000g_alloc_tx_descriptors()441 ddi_dma_mem_free(&tx_ring->tbd_acc_handle); in e1000g_alloc_tx_descriptors()442 tx_ring->tbd_acc_handle = NULL; in e1000g_alloc_tx_descriptors()677 if (tx_ring->tbd_acc_handle != NULL) { in e1000g_free_tx_descriptors()678 ddi_dma_mem_free(&tx_ring->tbd_acc_handle); in e1000g_free_tx_descriptors()[all …]
699 ddi_acc_handle_t tbd_acc_handle; member