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

/openbsd-current/sys/dev/ic/
H A Drt2560reg.h22 #define RT2560_PRIO_RING_COUNT 16 macro
H A Drt2560.c207 error = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT);
1059 sc->prioq.next = (sc->prioq.next + 1) % RT2560_PRIO_RING_COUNT;
1064 if (sc->prioq.queued < RT2560_PRIO_RING_COUNT) {
1677 sc->prioq.cur = (sc->prioq.cur + 1) % RT2560_PRIO_RING_COUNT;
1917 if (sc->prioq.queued >= RT2560_PRIO_RING_COUNT) {
2585 tmp = RT2560_PRIO_RING_COUNT << 24 |

Completed in 276 milliseconds