Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_iwmvar.h533 #define IWM_ICT_COUNT (IWM_ICT_SIZE / sizeof (uint32_t)) macro
Dif_iwm.c7587 sc->ict_cur = (sc->ict_cur + 1) % IWM_ICT_COUNT; in iwm_softintr()