| /linux/net/mac80211/ |
| A D | agg-tx.c | 549 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_refresh_tx_agg_session_timer() 593 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session() 599 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session() 605 if (!pubsta->deflink.ht_cap.ht_supported && in ieee80211_start_tx_ba_session() 606 !pubsta->deflink.vht_cap.vht_supported && in ieee80211_start_tx_ba_session() 607 !pubsta->deflink.he_cap.has_he && in ieee80211_start_tx_ba_session() 608 !pubsta->deflink.eht_cap.has_eht) in ieee80211_start_tx_ba_session() 623 pubsta->addr, tid); in ieee80211_start_tx_ba_session() 663 pubsta->addr); in ieee80211_start_tx_ba_session() 858 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_stop_tx_ba_session() [all …]
|
| A D | rate.c | 395 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument 404 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low() 405 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low() 408 if (!pubsta && txrc->bss) { in rate_control_send_low() 415 } else if (pubsta) { in rate_control_send_low() 416 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low() 949 struct ieee80211_sta *pubsta, in rate_control_set_rates() argument 952 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates() 966 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates() 967 rcu_assign_pointer(pubsta->rates, rates); in rate_control_set_rates() [all …]
|
| A D | status.c | 1141 struct ieee80211_sta *pubsta = status->sta; in ieee80211_tx_status_ext() local 1148 if (pubsta) { in ieee80211_tx_status_ext() 1149 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_status_ext() 1178 if (pubsta) { in ieee80211_tx_status_ext() 1238 if (!pubsta) in ieee80211_tx_status_ext() 1261 struct ieee80211_sta *pubsta, in ieee80211_tx_rate_update() argument 1265 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_rate_update() 1268 .sta = pubsta, in ieee80211_tx_rate_update() 1278 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument 1280 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_report_low_ack()
|
| A D | sta_info.c | 2199 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() argument 2201 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 2203 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 2230 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 2232 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 2235 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 2247 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 2257 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument 2265 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered() 2345 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta) in ieee80211_sta_recalc_aggregates() argument [all …]
|
| A D | rx.c | 4352 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 4357 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 5091 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_8023() argument 5114 if (!pubsta) in __ieee80211_rx_handle_8023() 5127 sta = container_of(pubsta, struct sta_info, sta); in __ieee80211_rx_handle_8023() 5179 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() argument 5234 if (pubsta) { in __ieee80211_rx_handle_packet() 5235 sta = container_of(pubsta, struct sta_info, sta); in __ieee80211_rx_handle_packet() 5247 if (!status->link_valid && pubsta->mlo) { in __ieee80211_rx_handle_packet() 5460 __ieee80211_rx_handle_8023(hw, pubsta, skb, list); in ieee80211_rx_list() [all …]
|
| A D | airtime.c | 758 struct ieee80211_sta *pubsta, in ieee80211_calc_expected_tx_airtime() argument 775 if (pubsta) { in ieee80211_calc_expected_tx_airtime() 776 struct sta_info *sta = container_of(pubsta, struct sta_info, in ieee80211_calc_expected_tx_airtime()
|
| A D | tx.c | 4548 struct ieee80211_sta *pubsta = NULL; in __ieee80211_tx_8023() local 4569 pubsta = &sta->sta; in __ieee80211_tx_8023() 4571 control.sta = pubsta; in __ieee80211_tx_8023() 5960 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 5962 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 6024 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 6026 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
| A D | ieee80211_i.h | 2706 struct ieee80211_sta *pubsta,
|
| /linux/include/net/ |
| A D | mac80211.h | 2520 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta); 2522 static inline bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument 5321 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 5336 struct ieee80211_sta *pubsta, 6458 struct ieee80211_sta *pubsta, bool block); 6479 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta); 6501 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid); 6514 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta); 6541 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, 6839 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | dp_mon.c | 1072 struct ieee80211_sta *pubsta = NULL; in ath12k_dp_mon_rx_deliver_msdu() local 1091 pubsta = peer->sta; in ath12k_dp_mon_rx_deliver_msdu() 1134 ieee80211_rx_napi(ath12k_ar_to_hw(ar), pubsta, msdu, napi); in ath12k_dp_mon_rx_deliver_msdu()
|
| A D | dp_rx.c | 2404 struct ieee80211_sta *pubsta; in ath12k_dp_rx_deliver_msdu() local 2424 pubsta = peer ? peer->sta : NULL; in ath12k_dp_rx_deliver_msdu() 2470 ieee80211_rx_napi(ath12k_ar_to_hw(ar), pubsta, msdu, napi); in ath12k_dp_rx_deliver_msdu()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | dp_rx.c | 2447 struct ieee80211_sta *pubsta = NULL; in ath11k_dp_rx_deliver_msdu() local 2468 pubsta = peer->sta; in ath11k_dp_rx_deliver_msdu() 2512 ieee80211_rx_napi(ar->hw, pubsta, msdu, napi); in ath11k_dp_rx_deliver_msdu()
|