Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bfe/
HDif_bfe.c281 &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()
[all …]
HDif_bfereg.h487 struct bfe_data bfe_tx_ring[BFE_TX_LIST_CNT]; /* XXX */ member