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

/freebsd-13-stable/sys/dev/ral/
H A Drt2560.c95 static int rt2560_alloc_tx_ring(struct rt2560_softc *,
231 error = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT);
237 error = rt2560_alloc_tx_ring(sc, &sc->atimq, RT2560_ATIM_RING_COUNT);
243 error = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT);
249 error = rt2560_alloc_tx_ring(sc, &sc->bcnq, RT2560_BEACON_RING_COUNT);
454 rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring, function

Completed in 180 milliseconds