Lines Matching refs:bfe_mbuf
322 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()
800 if (r->bfe_mbuf != NULL) { in bfe_list_newbuf()
808 r->bfe_mbuf = m; in bfe_list_newbuf()
1347 if (r->bfe_mbuf == NULL) in bfe_txeof()
1353 m_freem(r->bfe_mbuf); in bfe_txeof()
1354 r->bfe_mbuf = NULL; in bfe_txeof()
1391 m = r->bfe_mbuf; in bfe_rxeof()
1574 r1->bfe_mbuf = *m_head; in bfe_encap()