Searched refs:RT2661_MGT_RING_COUNT (Results 1 – 2 of 2) sorted by relevance
33 #define RT2661_MGT_RING_COUNT 32 macro
1553 if (ring->queued >= RT2661_MGT_RING_COUNT) { in rt2661_mgmt_send()1635 ring->cur = (ring->cur + 1) % RT2661_MGT_RING_COUNT; in rt2661_mgmt_send()2453 RT2661_MGT_RING_COUNT); in rt2661_init()2997 err = rt2661_alloc_tx_ring(sc, &sc->mgtq, RT2661_MGT_RING_COUNT); in rt2661_attach()