Searched refs:MWL_RX_RING_COUNT (Results 1 – 2 of 2) sorted by relevance
51 #define MWL_RX_RING_COUNT 256 macro
2663 for (i = 0; i < MWL_RX_RING_COUNT; i++, bf++) { in mwl_startrecv()3178 for (ntodo = MWL_RX_RING_COUNT; ntodo > 0; ntodo--) { in mwl_rx_intr()3278 ring->cur = (ring->cur + 1) % MWL_RX_RING_COUNT; in mwl_rx_intr()3505 err = mwl_alloc_rx_ring(sc, MWL_RX_RING_COUNT); in mwl_resume()3966 err = mwl_alloc_rx_ring(sc, MWL_RX_RING_COUNT); in mwl_attach()