HomeSort by: relevance | last modified time | path
    Searched refs:RT2560_PRIO_RING_COUNT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
rt2560reg.h 23 #define RT2560_PRIO_RING_COUNT 16
rt2560.c 366 error = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT);
1214 sc->prioq.next = (sc->prioq.next + 1) % RT2560_PRIO_RING_COUNT;
1839 sc->prioq.cur = (sc->prioq.cur + 1) % RT2560_PRIO_RING_COUNT;
2100 if (sc->prioq.queued >= RT2560_PRIO_RING_COUNT) {
2780 tmp = RT2560_PRIO_RING_COUNT << 24 |

Completed in 47 milliseconds