Home
last modified time | relevance | path

Searched refs:uploaded (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac.c265 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 Dmac-ctxt.c1385 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 Dpower.c582 if (!mvmvif->uploaded) in iwl_mvm_power_get_vifs_iterator()
/kernel/linux/linux-5.10/drivers/staging/wfx/
H A Ddata_tx.h25 bool uploaded; member
H A Ddata_tx.c131 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 Ddata_tx.h25 bool uploaded; member
H A Ddata_tx.c124 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 Dtxrx.h29 u8 uploaded; member
H A Dtxrx.c364 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 Dtxrx.h29 u8 uploaded; member
H A Dtxrx.c364 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 Dpm.c157 if (sta && sta->uploaded) { in __ieee80211_suspend()
H A Ddriver-ops.c129 sta->uploaded = true; in drv_sta_state()
H A Dsta_info.c585 * 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 Dsta_info.h523 * @uploaded: set to true when sta is uploaded to the driver
596 bool uploaded; member
H A Dtx.c1271 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 Drate.c963 if (sta->uploaded) in rate_control_set_rates()
H A Dtdls.c1296 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 Dmac-ctxt.c1232 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 Dpower.c624 if (!mvmvif->uploaded) in iwl_mvm_power_get_vifs_iterator()
/kernel/linux/linux-6.6/net/mac80211/
H A Drate.c122 if (sta->uploaded) in rate_control_rate_update()
967 if (sta->uploaded) in rate_control_set_rates()
H A Dsta_info.c767 * 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 Dsta_info.h617 * @uploaded: set to true when sta is uploaded to the driver
680 bool uploaded; member
H A Ddriver-ops.c132 sta->uploaded = true; in drv_sta_state()
H A Dtdls.c1397 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()

Completed in 38 milliseconds

12