Searched refs:tr_dtag (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/et/ |
H A D | if_etvar.h | 195 bus_dma_tag_t tr_dtag; member
|
H A D | if_et.c | 878 &tx_ring->tr_dtag, (uint8_t **)&tx_ring->tr_desc, &tx_ring->tr_dmap, in et_dma_alloc() 1111 et_dma_ring_free(sc, &tx_ring->tr_dtag, (void *)&tx_ring->tr_desc, in et_dma_free() 1421 bus_dmamap_sync(tx_ring->tr_dtag, tx_ring->tr_dmap, in et_start_locked() 1675 bus_dmamap_sync(tx_ring->tr_dtag, tx_ring->tr_dmap, in et_init_tx_ring() 2257 bus_dmamap_sync(tx_ring->tr_dtag, tx_ring->tr_dmap, in et_txeof()
|