Searched refs:rt2560_alloc_tx_ring (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/ral/ |
| HD | rt2560.c | 94 static int rt2560_alloc_tx_ring(struct rt2560_softc *, 224 error = rt2560_alloc_tx_ring(sc, &sc->txq, RT2560_TX_RING_COUNT); in rt2560_attach() 230 error = rt2560_alloc_tx_ring(sc, &sc->atimq, RT2560_ATIM_RING_COUNT); in rt2560_attach() 236 error = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT); in rt2560_attach() 242 error = rt2560_alloc_tx_ring(sc, &sc->bcnq, RT2560_BEACON_RING_COUNT); in rt2560_attach() 469 rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring, in rt2560_alloc_tx_ring() function
|