Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drt2860.c87 static int rt2860_alloc_rx_ring(struct rt2860_softc *,
277 if ((error = rt2860_alloc_rx_ring(sc, &sc->rxq)) != 0) { in rt2860_attach()
719 rt2860_alloc_rx_ring(struct rt2860_softc *sc, struct rt2860_rx_ring *ring) in rt2860_alloc_rx_ring() function