Home
last modified time | relevance | path

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

/freebsd/sys/dev/bfe/
H A Dif_bfe.c321 td = &sc->bfe_tx_ring[i]; in bfe_dma_alloc()
392 td = &sc->bfe_tx_ring[i]; in bfe_dma_free()
700 if (sc->bfe_tx_ring[i].bfe_mbuf != NULL) { in bfe_tx_ring_free()
702 sc->bfe_tx_ring[i].bfe_map, BUS_DMASYNC_POSTWRITE); in bfe_tx_ring_free()
704 sc->bfe_tx_ring[i].bfe_map); in bfe_tx_ring_free()
705 m_freem(sc->bfe_tx_ring[i].bfe_mbuf); in bfe_tx_ring_free()
706 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_tx_ring_free()
765 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_list_tx_init()
1352 r = &sc->bfe_tx_ring[i]; in bfe_txeof()
1518 r = &sc->bfe_tx_ring[cur]; in bfe_encap()
[all …]
H A Dif_bfereg.h600 struct bfe_tx_data bfe_tx_ring[BFE_TX_LIST_CNT]; /* XXX */ member