/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac.c | 265 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_add() 277 mvmvif->uploaded = true; in iwl_mvm_mld_mac_ctxt_add() 290 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_changed() 310 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n", in iwl_mvm_mld_mac_ctxt_remove() 318 mvmvif->uploaded = false; in iwl_mvm_mld_mac_ctxt_remove()
|
H A D | mac-ctxt.c | 1385 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n", in iwl_mvm_mac_ctxt_add() 1397 mvmvif->uploaded = true; in iwl_mvm_mac_ctxt_add() 1406 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n", in iwl_mvm_mac_ctxt_changed() 1420 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n", in iwl_mvm_mac_ctxt_remove() 1434 mvmvif->uploaded = false; in iwl_mvm_mac_ctxt_remove()
|
H A D | power.c | 582 if (!mvmvif->uploaded) in iwl_mvm_power_get_vifs_iterator()
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | data_tx.h | 25 bool uploaded; member
|
H A D | data_tx.c | 131 entry->uploaded = false; in wfx_tx_policy_get() 168 if (!policies[i].uploaded && is_used) in wfx_tx_policy_upload() 172 policies[i].uploaded = true; in wfx_tx_policy_upload()
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | data_tx.h | 25 bool uploaded; member
|
H A D | data_tx.c | 124 entry->uploaded = false; in wfx_tx_policy_get() 160 if (!policies[i].uploaded && is_used) in wfx_tx_policy_upload() 164 policies[i].uploaded = true; in wfx_tx_policy_upload()
|
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | txrx.h | 29 u8 uploaded; member
|
H A D | txrx.c | 364 if (src->retry_count && !src->uploaded) { in tx_policy_upload() 375 src->uploaded = 1; in tx_policy_upload()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | txrx.h | 29 u8 uploaded; member
|
H A D | txrx.c | 364 if (src->retry_count && !src->uploaded) { in tx_policy_upload() 375 src->uploaded = 1; in tx_policy_upload()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | pm.c | 157 if (sta && sta->uploaded) { in __ieee80211_suspend()
|
H A D | driver-ops.c | 129 sta->uploaded = true; in drv_sta_state()
|
H A D | sta_info.c | 585 * get uploaded set to true after sta_add is called. in sta_info_insert_drv_state() 588 sta->uploaded = true; in sta_info_insert_drv_state() 1045 if (sta->uploaded) in __sta_info_destroy_part1() 1094 if (sta->uploaded) { in __sta_info_destroy_part2() 1278 if (!sta->uploaded) in ieee80211_find_sta_by_ifaddr() 1299 if (!sta->uploaded) in ieee80211_find_sta()
|
H A D | sta_info.h | 523 * @uploaded: set to true when sta is uploaded to the driver 596 bool uploaded; member
|
H A D | tx.c | 1271 sta && sta->uploaded) { in ieee80211_get_txq() 1281 if (!sta->uploaded) in ieee80211_get_txq() 1726 if (sta && !sta->uploaded) in __ieee80211_tx() 2962 if (!test_sta_flag(sta, WLAN_STA_AUTHORIZED) || !sta->uploaded) in ieee80211_check_fast_xmit() 4235 if (sta && sta->uploaded) in ieee80211_tx_8023() 4330 if (unlikely(IS_ERR_OR_NULL(sta) || !sta->uploaded || in ieee80211_subif_start_xmit_8023() 4438 if (IS_ERR(sta) || (sta && !sta->uploaded)) in ieee80211_tx_pending_skb()
|
H A D | rate.c | 963 if (sta->uploaded) in rate_control_set_rates()
|
H A D | tdls.c | 1296 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in iee80211_tdls_have_ht_peers() 1963 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in ieee80211_teardown_tdls_peers()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 1232 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n", in iwl_mvm_mac_ctxt_add() 1244 mvmvif->uploaded = true; in iwl_mvm_mac_ctxt_add() 1253 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n", in iwl_mvm_mac_ctxt_changed() 1267 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n", in iwl_mvm_mac_ctxt_remove() 1284 mvmvif->uploaded = false; in iwl_mvm_mac_ctxt_remove()
|
H A D | power.c | 624 if (!mvmvif->uploaded) in iwl_mvm_power_get_vifs_iterator()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | rate.c | 122 if (sta->uploaded) in rate_control_rate_update() 967 if (sta->uploaded) in rate_control_set_rates()
|
H A D | sta_info.c | 767 * get uploaded set to true after sta_add is called. in sta_info_insert_drv_state() 770 sta->uploaded = true; in sta_info_insert_drv_state() 1273 if (sta->uploaded) in __sta_info_destroy_part1() 1444 if (sta->uploaded) { in __sta_info_destroy_part2() 1644 if (!sta->uploaded) in ieee80211_find_sta_by_ifaddr() 1665 if (!sta->uploaded) in ieee80211_find_sta()
|
H A D | sta_info.h | 617 * @uploaded: set to true when sta is uploaded to the driver 680 bool uploaded; member
|
H A D | driver-ops.c | 132 sta->uploaded = true; in drv_sta_state()
|
H A D | tdls.c | 1397 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in iee80211_tdls_have_ht_peers() 2081 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded || in ieee80211_teardown_tdls_peers()
|