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

/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwireg.h34 #define IWI_RX_RING_COUNT 32 macro
H A Dif_iwi.c352 if (iwi_alloc_rx_ring(sc, &sc->rxq, IWI_RX_RING_COUNT) != 0) {
1605 sc->rxq.cur = (sc->rxq.cur + 1) % IWI_RX_RING_COUNT;
1609 hw = (hw == 0) ? IWI_RX_RING_COUNT - 1 : hw - 1;

Completed in 103 milliseconds