Home
last modified time | relevance | path

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

/freebsd/sys/dev/ral/
H A Drt2661reg.h22 #define RT2661_MGT_RING_COUNT 32 macro
H A Drt2661.c249 error = rt2661_alloc_tx_ring(sc, &sc->mgtq, RT2661_MGT_RING_COUNT); in rt2661_attach()
1345 sc->mgtq.cur = (sc->mgtq.cur + 1) % RT2661_MGT_RING_COUNT; in rt2661_tx_mgt()
1617 if (sc->mgtq.queued >= RT2661_MGT_RING_COUNT) { in rt2661_raw_xmit()
2262 RT2661_MGT_RING_COUNT); in rt2661_init_locked()