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

/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwireg.h32 #define IWI_CMD_RING_COUNT 16 macro
H A Dif_iwi.c336 if (iwi_alloc_cmd_ring(sc, &sc->cmdq, IWI_CMD_RING_COUNT) != 0) {
1750 sc->cmdq.cur = (sc->cmdq.cur + 1) % IWI_CMD_RING_COUNT;

Completed in 230 milliseconds