Home
last modified time | relevance | path

Searched refs:station_flags (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_sta.c171 add_sta_cmd.station_flags |= in iwm_sta_send_to_fw()
173 add_sta_cmd.station_flags |= in iwm_sta_send_to_fw()
219 cmd.station_flags = drain ? htole32(IWM_STA_FLG_DRAIN_FLOW) : 0; in iwm_drain_sta()
H A Dif_iwmreg.h6353 * @station_flags: look at %iwm_sta_flags
6354 * @station_flags_msk: what of %station_flags have changed
6388 uint32_t station_flags;
6415 * @station_flags: look at &enum iwl_sta_flags
6416 * @station_flags_msk: what of %station_flags have changed,
6457 uint32_t station_flags;
6384 uint32_t station_flags; global() member
6453 uint32_t station_flags; global() member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsta.h253 __le32 station_flags; member
339 __le32 station_flags; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsta.c168 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_160MHZ); in iwl_mvm_sta_send_to_fw()
171 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_80MHZ); in iwl_mvm_sta_send_to_fw()
174 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_40MHZ); in iwl_mvm_sta_send_to_fw()
178 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
185 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
188 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2); in iwl_mvm_sta_send_to_fw()
191 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3); in iwl_mvm_sta_send_to_fw()
202 add_sta_cmd.station_flags &= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK); in iwl_mvm_sta_send_to_fw()
203 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
206 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_RTS_MIMO_PROT); in iwl_mvm_sta_send_to_fw()
[all …]
/freebsd/sys/dev/iwx/
H A Dif_iwx.c6013 cmd.station_flags = drain ? htole32(IWX_STA_FLG_DRAIN_FLOW) : 0; in iwx_drain_sta()
6239 add_sta_cmd.station_flags |= in iwx_add_sta_cmd()
6250 add_sta_cmd.station_flags |= in iwx_add_sta_cmd()
6258 add_sta_cmd.station_flags |= htole32( in iwx_add_sta_cmd()
6265 add_sta_cmd.station_flags |= htole32( in iwx_add_sta_cmd()
6277 add_sta_cmd.station_flags |= htole32((aggsize << in iwx_add_sta_cmd()
6284 add_sta_cmd.station_flags in iwx_add_sta_cmd()
6288 add_sta_cmd.station_flags in iwx_add_sta_cmd()
6292 add_sta_cmd.station_flags in iwx_add_sta_cmd()
6296 add_sta_cmd.station_flags in iwx_add_sta_cmd()
H A Dif_iwxreg.h7457 uint32_t station_flags; member