Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560_reg.h32 #define RT2560_PRIO_RING_COUNT 32 /* 16 */ macro
H A Drt2560.c677 tmp = ((uint32_t)RT2560_PRIO_RING_COUNT << 24) | in rt2560_ring_hwsetup()
1158 sc->prioq.next = (sc->prioq.next + 1) % RT2560_PRIO_RING_COUNT; in rt2560_prio_intr()
1454 if (sc->prioq.queued >= RT2560_PRIO_RING_COUNT) { in rt2560_mgmt_send()
1538 sc->prioq.cur = (sc->prioq.cur + 1) % RT2560_PRIO_RING_COUNT; in rt2560_mgmt_send()
2454 err = rt2560_alloc_tx_ring(sc, &sc->prioq, RT2560_PRIO_RING_COUNT); in rt2560_attach()