Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwi/
H A Dif_iwireg.h83 #define IWI_INTR_TX3_DONE 0x00004000 macro
92 IWI_INTR_TX2_DONE | IWI_INTR_TX3_DONE | IWI_INTR_TX4_DONE | \
H A Dif_iwi.c1697 if (r & IWI_INTR_TX3_DONE) in iwi_intr()