Home
last modified time | relevance | path

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

/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.c219 cmd.station_flags = drain ? htole32(IWM_STA_FLG_DRAIN_FLOW) : 0; in iwm_drain_sta()
220 cmd.station_flags_msk = htole32(IWM_STA_FLG_DRAIN_FLOW); in iwm_drain_sta()
H A Dif_iwmreg.h6166 * @IWM_STA_FLG_DRAIN_FLOW: drain flow
6187 #define IWM_STA_FLG_DRAIN_FLOW (1 << 12)
6183 #define IWM_STA_FLG_DRAIN_FLOW global() macro