RT2560_PRIO_RING_COUNT  214 dev/ic/rt2560.c 	error = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT);
RT2560_PRIO_RING_COUNT 1061 dev/ic/rt2560.c 		sc->prioq.next = (sc->prioq.next + 1) % RT2560_PRIO_RING_COUNT;
RT2560_PRIO_RING_COUNT 1687 dev/ic/rt2560.c 	sc->prioq.cur = (sc->prioq.cur + 1) % RT2560_PRIO_RING_COUNT;
RT2560_PRIO_RING_COUNT 1937 dev/ic/rt2560.c 			if (sc->prioq.queued >= RT2560_PRIO_RING_COUNT) {
RT2560_PRIO_RING_COUNT 2605 dev/ic/rt2560.c 	tmp = RT2560_PRIO_RING_COUNT << 24 |