Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drt2560.c74 static int rt2560_alloc_tx_ring(struct rt2560_softc *,
354 error = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT); in rt2560_attach()
360 error = rt2560_alloc_tx_ring(sc, &sc->atimq, RT2560_ATIM_RING_COUNT); in rt2560_attach()
366 error = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT); in rt2560_attach()
372 error = rt2560_alloc_tx_ring(sc, &sc->bcnq, RT2560_BEACON_RING_COUNT); in rt2560_attach()
524 rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring, in rt2560_alloc_tx_ring() function