Home
last modified time | relevance | path

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

/src/sys/dev/bfe/
H A Dif_bfe.c322 td->bfe_mbuf = NULL; in bfe_dma_alloc()
341 rd->bfe_mbuf = NULL; in bfe_dma_alloc()
693 if (sc->bfe_tx_ring[i].bfe_mbuf != NULL) { in bfe_tx_ring_free()
698 m_freem(sc->bfe_tx_ring[i].bfe_mbuf); in bfe_tx_ring_free()
699 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_tx_ring_free()
713 if (sc->bfe_rx_ring[i].bfe_mbuf != NULL) { in bfe_rx_ring_free()
718 m_freem(sc->bfe_rx_ring[i].bfe_mbuf); in bfe_rx_ring_free()
719 sc->bfe_rx_ring[i].bfe_mbuf = NULL; in bfe_rx_ring_free()
737 rd->bfe_mbuf = NULL; in bfe_list_rx_init()
758 sc->bfe_tx_ring[i].bfe_mbuf = NULL; in bfe_list_tx_init()
[all …]
H A Dif_bfereg.h461 struct mbuf *bfe_mbuf; member
466 struct mbuf *bfe_mbuf; member