Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c312 &tx_ring->tbd_dma_handle); in e1000g_alloc_tx_descriptors()
317 tx_ring->tbd_dma_handle = NULL; in e1000g_alloc_tx_descriptors()
325 mystat = ddi_dma_mem_alloc(tx_ring->tbd_dma_handle, in e1000g_alloc_tx_descriptors()
339 if (tx_ring->tbd_dma_handle != NULL) { in e1000g_alloc_tx_descriptors()
340 ddi_dma_free_handle(&tx_ring->tbd_dma_handle); in e1000g_alloc_tx_descriptors()
341 tx_ring->tbd_dma_handle = NULL; in e1000g_alloc_tx_descriptors()
373 &tx_ring->tbd_dma_handle); in e1000g_alloc_tx_descriptors()
378 tx_ring->tbd_dma_handle = NULL; in e1000g_alloc_tx_descriptors()
386 mystat = ddi_dma_mem_alloc(tx_ring->tbd_dma_handle, in e1000g_alloc_tx_descriptors()
398 if (tx_ring->tbd_dma_handle != NULL) { in e1000g_alloc_tx_descriptors()
[all …]
H A De1000g_tx.c857 (void) ddi_dma_sync(tx_ring->tbd_dma_handle, in e1000g_fill_tx_ring()
1049 (void) ddi_dma_sync(tx_ring->tbd_dma_handle, in e1000g_recycle()
1052 tx_ring->tbd_dma_handle) != DDI_FM_OK) { in e1000g_recycle()
1758 (void) ddi_dma_sync(tx_ring->tbd_dma_handle, in e1000g_flush_tx_ring()
H A De1000g_sw.h699 ddi_dma_handle_t tbd_dma_handle; member