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

/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.h25 bool uploaded; member in struct:wfx_tx_policy
H A Ddata_tx.c124 entry->uploaded = false;
160 if (!policies[i].uploaded && is_used)
164 policies[i].uploaded = true;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac.c268 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n",
280 mvmvif->uploaded = true;
293 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n",
313 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n",
321 mvmvif->uploaded = false;
H A Dmac-ctxt.c1408 if (WARN_ONCE(mvmvif->uploaded, "Adding active MAC %pM/%d\n",
1420 mvmvif->uploaded = true;
1429 if (WARN_ONCE(!mvmvif->uploaded, "Changing inactive MAC %pM/%d\n",
1443 if (WARN_ONCE(!mvmvif->uploaded, "Removing inactive MAC %pM/%d\n",
1457 mvmvif->uploaded = false;
H A Dpower.c586 if (!mvmvif->uploaded)
H A Dmvm.h358 * @uploaded: indicates the MAC context has been added to the device
390 bool uploaded; member in struct:iwl_mvm_vif
H A Dd3.c756 mvmvif->uploaded = false;
H A Dmac80211.c1094 mvmvif->uploaded = false;
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h29 u8 uploaded; member in struct:tx_policy
H A Dtxrx.c364 if (src->retry_count && !src->uploaded) {
375 src->uploaded = 1;
/linux-master/net/mac80211/
H A Drate.c122 if (sta->uploaded)
971 if (sta->uploaded)
H A Dsta_info.c772 * get uploaded set to true after sta_add is called.
775 sta->uploaded = true;
1269 if (sta->uploaded)
1462 if (sta->uploaded) {
1659 if (!sta->uploaded)
1680 if (!sta->uploaded)
H A Dsta_info.h618 * @uploaded: set to true when sta is uploaded to the driver
679 bool uploaded; member in struct:sta_info
H A Ddriver-ops.c150 sta->uploaded = true;
H A Dtdls.c1366 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded ||
2039 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded ||
H A Dtx.c1312 sta && sta->uploaded) {
1322 if (!sta->uploaded)
1761 if (sta && !sta->uploaded)
3059 if (!test_sta_flag(sta, WLAN_STA_AUTHORIZED) || !sta->uploaded)
4569 if (sta && sta->uploaded)
4707 if (unlikely(IS_ERR_OR_NULL(sta) || !sta->uploaded ||
4821 if (IS_ERR(sta) || (sta && !sta->uploaded))
H A Dkey.c160 if (sta && !sta->uploaded)
1357 * if key was uploaded, we assume the driver will/has remove(d)
H A Ddriver-ops.h1256 if (local->ops->get_expected_throughput && sta->uploaded)
H A Dchan.c758 if (!sta->uploaded ||
H A Dutil.c837 if (!sta->uploaded)
1670 if (!sta->uploaded || sta->sdata != sdata)
H A Dcfg.c3220 if (!sta->sta.tdls || sta->sdata != sdata || !sta->uploaded ||

Completed in 328 milliseconds