Home
last modified time | relevance | path

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

/freebsd/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()
695 if (sc->bfe_tx_ring[i].bfe_mbuf != NULL) { 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()
715 if (sc->bfe_rx_ring[i].bfe_mbuf != NULL) { in bfe_rx_ring_free()
720 m_freem(sc->bfe_rx_ring[i].bfe_mbuf); in bfe_rx_ring_free()
721 sc->bfe_rx_ring[i].bfe_mbuf = NULL; in bfe_rx_ring_free()
739 rd->bfe_mbuf = NULL; in bfe_list_rx_init()
760 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