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()
695 if (sc->bfe_tx_ring[i].bfe_mbuf != NULL) { in bfe_tx_ring_free()
697 sc->bfe_tx_ring[i].bfe_map, BUS_DMASYNC_POSTWRITE); in bfe_tx_ring_free()
699 sc->bfe_tx_ring[i].bfe_map); in bfe_tx_ring_free()
700 m_freem(sc->bfe_tx_ring[i].bfe_mbuf); in bfe_tx_ring_free()
701 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_tx_ring_free()
760 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_list_tx_init()
1347 r = &sc->bfe_tx_ring[i]; in bfe_txeof()
1513 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