Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_iwmvar.h304 #define IWM_FLAG_USE_ICT 0x01 /* using Interrupt Cause Table */ macro
H A Dif_iwm.c1668 sc->sc_flags |= IWM_FLAG_USE_ICT; in iwm_ict_reset()
2072 sc->sc_flags &= ~IWM_FLAG_USE_ICT; in iwm_stop_device()
11369 if (sc->sc_flags & IWM_FLAG_USE_ICT) { in iwm_intr()