Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c957 buf_low = (uint32_t)tx_ring->tbd_dma_addr; in e1000g_tx_setup()
958 buf_high = (uint32_t)(tx_ring->tbd_dma_addr >> 32); in e1000g_tx_setup()
1754 desc->buffer_addr = tx_ring->tbd_dma_addr; in e1000g_flush_tx_ring()
H A De1000g_alloc.c462 tx_ring->tbd_dma_addr = cookie.dmac_laddress; in e1000g_alloc_tx_descriptors()
686 tx_ring->tbd_dma_addr = NULL; in e1000g_free_tx_descriptors()
H A De1000g_sw.h701 uint64_t tbd_dma_addr; member