Home
last modified time | relevance | path

Searched refs:ap_sta_id (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dcoex_legacy.c875 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_notif_iterator()
956 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false); in iwl_mvm_bt_notif_iterator()
968 if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true)) in iwl_mvm_bt_notif_iterator()
971 if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false)) in iwl_mvm_bt_notif_iterator()
1110 mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) in iwl_mvm_bt_rssi_iterator()
1113 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], in iwl_mvm_bt_rssi_iterator()
1142 if (mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) in iwl_mvm_bt_rssi_event_old()
1158 ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_rssi_event_old()
1161 ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true); in iwl_mvm_bt_rssi_event_old()
Dcoex.c551 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_notif_iterator()
630 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false); in iwl_mvm_bt_notif_iterator()
642 if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true)) in iwl_mvm_bt_notif_iterator()
645 if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false)) in iwl_mvm_bt_notif_iterator()
777 if (mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) in iwl_mvm_bt_rssi_event()
793 ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_rssi_event()
796 ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true); in iwl_mvm_bt_rssi_event()
Dops.c1026 u8 ap_sta_id; member
1043 mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT)) in iwl_mvm_disallow_offloading()
1046 ap_sta = rcu_dereference(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id]); in iwl_mvm_disallow_offloading()
1114 data->ap_sta_id = mvmvif->ap_sta_id; in iwl_mvm_enter_d0i3_iterator()
1125 if (iter_data->ap_sta_id == IWL_MVM_STATION_COUNT) in iwl_mvm_set_wowlan_data()
1130 ap_sta = rcu_dereference(mvm->fw_id_to_mac_id[iter_data->ap_sta_id]); in iwl_mvm_set_wowlan_data()
1188 mvm->d0i3_ap_sta_id = d0i3_iter_data.ap_sta_id; in iwl_mvm_enter_d0i3()
1242 data->mvm->d0i3_ap_sta_id == mvmvif->ap_sta_id) { in iwl_mvm_d0i3_wakeup_reason_iter()
Dsf.c92 data->sta_vif_ap_sta_id = mvmvif->ap_sta_id; in iwl_mvm_bound_iface_iterator()
328 sta_id = mvmvif->ap_sta_id; in iwl_mvm_sf_update()
Dsta.c325 WARN_ON(mvmvif->ap_sta_id != IWL_MVM_STATION_COUNT); in iwl_mvm_add_sta()
326 mvmvif->ap_sta_id = sta_id; in iwl_mvm_add_sta()
328 WARN_ON(mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT); in iwl_mvm_add_sta()
500 mvmvif->ap_sta_id == mvm_sta->sta_id) { in iwl_mvm_rm_sta()
519 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_rm_sta()
1222 mvmvif->ap_sta_id != IWL_MVM_STATION_COUNT) { in iwl_mvm_get_key_sta_id()
1223 u8 sta_id = mvmvif->ap_sta_id; in iwl_mvm_get_key_sta_id()
1363 mvmvif->ap_sta_id != IWL_MVM_STATION_COUNT) { in iwl_mvm_get_mac_addr()
1364 u8 sta_id = mvmvif->ap_sta_id; in iwl_mvm_get_mac_addr()
1813 mvmsta = iwl_mvm_sta_from_staid_rcu(mvm, mvmvif->ap_sta_id); in iwl_mvm_csa_client_absent()
Dpower.c522 u8 *ap_sta_id = _data; in iwl_mvm_power_uapsd_misbehav_ap_iterator() local
528 if (mvmvif->ap_sta_id == *ap_sta_id) in iwl_mvm_power_uapsd_misbehav_ap_iterator()
538 u8 ap_sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_power_uapsd_misbehaving_ap_notif() local
542 iwl_mvm_power_uapsd_misbehav_ap_iterator, &ap_sta_id); in iwl_mvm_power_uapsd_misbehaving_ap_notif()
Dtx.c400 u8 ap_sta_id = ACCESS_ONCE(mvmvif->ap_sta_id); in iwl_mvm_tx_skb_non_sta() local
402 if (ap_sta_id != IWL_MVM_STATION_COUNT) in iwl_mvm_tx_skb_non_sta()
403 sta_id = ap_sta_id; in iwl_mvm_tx_skb_non_sta()
Ddebugfs-vif.c232 u8 ap_sta_id; in iwl_dbgfs_mac_params_read() local
241 ap_sta_id = mvmvif->ap_sta_id; in iwl_dbgfs_mac_params_read()
281 ap_sta_id != IWL_MVM_STATION_COUNT) { in iwl_dbgfs_mac_params_read()
284 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[ap_sta_id], in iwl_dbgfs_mac_params_read()
291 ap_sta_id, in iwl_dbgfs_mac_params_read()
Dmac80211.c932 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_cleanup_iterator()
2255 } else if (mvmvif->ap_sta_id != IWL_MVM_STATION_COUNT) { in iwl_mvm_bss_info_changed_station()
2264 ret = iwl_mvm_rm_sta_id(mvm, vif, mvmvif->ap_sta_id); in iwl_mvm_bss_info_changed_station()
2268 if (mvm->d0i3_ap_sta_id == mvmvif->ap_sta_id) in iwl_mvm_bss_info_changed_station()
2270 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_bss_info_changed_station()
3908 mvmvif->ap_sta_id); in iwl_mvm_post_channel_switch()
3964 WARN_ON(i != mvmvif->ap_sta_id && !sta->tdls); in iwl_mvm_mac_flush()
4055 if (mvmvif->ap_sta_id != mvmsta->sta_id) in iwl_mvm_mac_sta_statistics()
Dd3.c670 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram()
1058 if (mvmvif->ap_sta_id == IWL_MVM_STATION_COUNT) { in __iwl_mvm_suspend()
1075 mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], in __iwl_mvm_suspend()
Dmvm.h367 u8 ap_sta_id; member
Dmac-ctxt.c459 mvmvif->ap_sta_id = IWL_MVM_STATION_COUNT; in iwl_mvm_mac_ctxt_allocate_resources()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddev.h519 u8 bcast_sta_id, ap_sta_id; member
Dsta.c265 sta_id = ctx->ap_sta_id; in iwl_prep_station()
1092 return vif_priv->ctx->ap_sta_id; in iwlagn_key_sta_id()
Dmain.c549 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID; in iwl_init_context()
571 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN; in iwl_init_context()