Lines Matching refs:bfe_rx_ring
340 rd = &sc->bfe_rx_ring[i]; in bfe_dma_alloc()
406 rd = &sc->bfe_rx_ring[i]; in bfe_dma_free()
713 if (sc->bfe_rx_ring[i].bfe_mbuf != NULL) { in bfe_rx_ring_free()
715 sc->bfe_rx_ring[i].bfe_map, BUS_DMASYNC_POSTREAD); in bfe_rx_ring_free()
717 sc->bfe_rx_ring[i].bfe_map); 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()
736 rd = &sc->bfe_rx_ring[i]; in bfe_list_rx_init()
770 r = &sc->bfe_rx_ring[c]; in bfe_discard_buf()
799 r = &sc->bfe_rx_ring[c]; in bfe_list_newbuf()
1390 r = &sc->bfe_rx_ring[cons]; in bfe_rxeof()