Lines Matching refs:bfe_tx_ring
281 &sc->bfe_tx_ring[i].bfe_map); in bfe_dma_alloc()
305 sc->bfe_tx_ring[i].bfe_map); in bfe_dma_alloc()
511 if (sc->bfe_tx_ring[i].bfe_mbuf != NULL) { in bfe_tx_ring_free()
513 sc->bfe_tx_ring[i].bfe_map); in bfe_tx_ring_free()
514 m_freem(sc->bfe_tx_ring[i].bfe_mbuf); in bfe_tx_ring_free()
515 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_tx_ring_free()
931 sc->bfe_tx_ring[i].bfe_map); in bfe_dma_free()
1070 struct bfe_data *r = &sc->bfe_tx_ring[i]; in bfe_txeof()
1214 map = sc->bfe_tx_ring[first_idx].bfe_map; in bfe_encap()
1256 sc->bfe_tx_ring[first_idx].bfe_map = sc->bfe_tx_ring[last_idx].bfe_map; in bfe_encap()
1257 sc->bfe_tx_ring[last_idx].bfe_map = map; in bfe_encap()
1258 sc->bfe_tx_ring[last_idx].bfe_mbuf = *m_head; in bfe_encap()