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

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_sta.c226 cmd.station_flags = drain ? htole32(IWM_STA_FLG_DRAIN_FLOW) : 0;
227 cmd.station_flags_msk = htole32(IWM_STA_FLG_DRAIN_FLOW);
H A Dif_iwmreg.h5451 * @IWM_STA_FLG_DRAIN_FLOW: drain flow
5473 IWM_STA_FLG_DRAIN_FLOW = (1 << 12), enumerator in enum:iwm_sta_flags

Completed in 106 milliseconds