Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h402 #define IWM_ICT_COUNT (IWM_ICT_SIZE / sizeof (uint32_t))
401 #define IWM_ICT_COUNT global() macro
H A Dif_iwm.c5697 sc->ict_cur = (sc->ict_cur+1) % IWM_ICT_COUNT; in iwm_intr()