Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drt2661reg.h22 #define RT2661_MGT_RING_COUNT 32 macro
Drt2661.c261 error = rt2661_alloc_tx_ring(sc, &sc->mgtq, RT2661_MGT_RING_COUNT); in rt2661_attach()
1570 sc->mgtq.cur = (sc->mgtq.cur + 1) % RT2661_MGT_RING_COUNT; in rt2661_tx_mgt()
1825 if (sc->mgtq.queued >= RT2661_MGT_RING_COUNT) { in rt2661_start()
2640 RT2661_MGT_RING_COUNT); in rt2661_init()