Searched refs:old_sta_mask (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | key.c | 309 u32 old_sta_mask; member 324 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mld_update_sta_key_iter() 346 u32 old_sta_mask, in iwl_mld_update_sta_keys() argument 351 .old_sta_mask = old_sta_mask, in iwl_mld_update_sta_keys()
|
| H A D | agg.c | 629 u32 old_sta_mask, in iwl_mld_update_sta_baids() argument 634 .modify.old_sta_id_mask = cpu_to_le32(old_sta_mask), in iwl_mld_update_sta_baids() 654 if (!(data->sta_mask & old_sta_mask)) in iwl_mld_update_sta_baids() 657 WARN_ONCE(data->sta_mask != old_sta_mask, in iwl_mld_update_sta_baids() 659 baid, old_sta_mask, data->sta_mask); in iwl_mld_update_sta_baids()
|
| H A D | key.h | 28 u32 old_sta_mask,
|
| H A D | tx.h | 64 u32 old_sta_mask, u32 new_sta_mask);
|
| H A D | agg.h | 124 u32 old_sta_mask,
|
| H A D | sta.c | 1162 u32 old_sta_mask, in iwl_mld_update_sta_resources() argument 1167 ret = iwl_mld_update_sta_txqs(mld, sta, old_sta_mask, new_sta_mask); in iwl_mld_update_sta_resources() 1171 ret = iwl_mld_update_sta_keys(mld, vif, sta, old_sta_mask, new_sta_mask); in iwl_mld_update_sta_resources() 1175 return iwl_mld_update_sta_baids(mld, old_sta_mask, new_sta_mask); in iwl_mld_update_sta_resources()
|
| H A D | tx.c | 1286 u32 old_sta_mask, u32 new_sta_mask) in iwl_mld_update_sta_txqs() argument 1290 .u.modify.old_sta_mask = cpu_to_le32(old_sta_mask), in iwl_mld_update_sta_txqs()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | mld-key.c | 119 u32 old_sta_mask; member 135 .u.modify.old_sta_mask = cpu_to_le32(data->old_sta_mask), in iwl_mvm_mld_update_sta_key() 156 u32 old_sta_mask, in iwl_mvm_mld_update_sta_keys() argument 161 .old_sta_mask = old_sta_mask, in iwl_mvm_mld_update_sta_keys()
|
| H A D | mld-sta.c | 943 u32 old_sta_mask, in iwl_mvm_mld_update_sta_queues() argument 949 .u.modify.old_sta_mask = cpu_to_le32(old_sta_mask), in iwl_mvm_mld_update_sta_queues() 983 u32 old_sta_mask, in iwl_mvm_mld_update_sta_baids() argument 988 .modify.old_sta_id_mask = cpu_to_le32(old_sta_mask), in iwl_mvm_mld_update_sta_baids() 1009 if (!(data->sta_mask & old_sta_mask)) in iwl_mvm_mld_update_sta_baids() 1012 WARN_ONCE(data->sta_mask != old_sta_mask, in iwl_mvm_mld_update_sta_baids() 1014 baid, old_sta_mask, data->sta_mask); in iwl_mvm_mld_update_sta_baids() 1031 u32 old_sta_mask, in iwl_mvm_mld_update_sta_resources() argument 1037 old_sta_mask, in iwl_mvm_mld_update_sta_resources() 1043 old_sta_mask, in iwl_mvm_mld_update_sta_resources() [all …]
|
| H A D | mvm.h | 2632 u32 old_sta_mask,
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | datapath.h | 615 __le32 old_sta_mask; member 684 __le32 old_sta_mask; member
|