Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/iwi/
Dif_iwireg.h32 #define IWI_CMD_RING_COUNT 16 macro
Dif_iwi.c336 if (iwi_alloc_cmd_ring(sc, &sc->cmdq, IWI_CMD_RING_COUNT) != 0) { in iwi_attach()
1747 sc->cmdq.cur = (sc->cmdq.cur + 1) % IWI_CMD_RING_COUNT; in iwi_cmd()