Home
last modified time | relevance | path

Searched refs:tbd_acc_handle (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c330 &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 …]
H A De1000g_sw.h699 ddi_acc_handle_t tbd_acc_handle; member