Home
last modified time | relevance | path

Searched refs:tx_dmat (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_channel.h65 bus_dma_tag_t tx_dmat; member
H A Ddpaa2_channel.c409 &ch->tx_dmat); in dpaa2_chan_setup_dma()
436 bus_dma_tag_destroy(ch->tx_dmat); in dpaa2_chan_setup_dma()
442 ch->tx_dmat = NULL; in dpaa2_chan_setup_dma()
H A Ddpaa2_ni.c1338 DPAA2_BUF_INIT_TAGOPT(buf, ch->tx_dmat, tx); in dpaa2_ni_setup_tx_flow()
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h322 bus_dma_tag_t tx_dmat; member
H A Dcxgb_sge.c646 NULL, NULL, &sc->tx_dmat)) { in t3_sge_alloc()
658 if (sc->tx_dmat != NULL) in t3_sge_free()
659 bus_dma_tag_destroy(sc->tx_dmat); in t3_sge_free()
2475 sc->tx_dmat, &q->txq[i].entry_tag)) != 0) { in t3_sge_alloc_qset()