Searched refs:bfe_rx_ring (Results 1 – 2 of 2) sorted by relevance
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()[all …]
601 struct bfe_rx_data bfe_rx_ring[BFE_RX_LIST_CNT]; /* XXX */ member