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

/freebsd-9.3-release/sys/dev/ral/
H A Drt2661reg.h23 #define RT2661_MGT_RING_COUNT 32 macro
H A Drt2661.c253 error = rt2661_alloc_tx_ring(sc, &sc->mgtq, RT2661_MGT_RING_COUNT);
1380 sc->mgtq.cur = (sc->mgtq.cur + 1) % RT2661_MGT_RING_COUNT;
1668 if (sc->mgtq.queued >= RT2661_MGT_RING_COUNT) {
2344 RT2661_MGT_RING_COUNT);

Completed in 103 milliseconds