Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/rt/
HDif_rt.c163 static int rt_alloc_rx_ring(struct rt_softc *sc,
512 error = rt_alloc_rx_ring(sc, &sc->rx_ring[i], i); in rt_attach()
2208 rt_alloc_rx_ring(struct rt_softc *sc, struct rt_softc_rx_ring *ring, int qid) in rt_alloc_rx_ring() function