Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iwi/
HDif_iwireg.h82 #define IWI_INTR_TX3_DONE 0x00004000 macro
91 IWI_INTR_TX2_DONE | IWI_INTR_TX3_DONE | IWI_INTR_TX4_DONE | \
HDif_iwi.c1689 if (r & IWI_INTR_TX3_DONE) in iwi_intr()