/Linux-v6.1/net/mac80211/ |
D | rate.c | 394 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument 403 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low() 404 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low() 407 if (!pubsta && txrc->bss) { in rate_control_send_low() 414 } else if (pubsta) { in rate_control_send_low() 415 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low() 944 struct ieee80211_sta *pubsta, in rate_control_set_rates() argument 947 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates() 961 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates() 962 rcu_assign_pointer(pubsta->rates, rates); in rate_control_set_rates() [all …]
|
D | sta_info.c | 2027 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() argument 2029 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 2031 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 2058 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 2060 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 2063 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 2069 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument 2071 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc() 2075 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 2085 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument [all …]
|
D | agg-tx.c | 582 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() argument 585 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session() 591 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session() 597 if (!pubsta->deflink.ht_cap.ht_supported && in ieee80211_start_tx_ba_session() 613 pubsta->addr, tid); in ieee80211_start_tx_ba_session() 653 pubsta->addr); in ieee80211_start_tx_ba_session() 854 int ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in ieee80211_stop_tx_ba_session() argument 856 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_stop_tx_ba_session() 862 trace_api_stop_tx_ba_session(pubsta, tid); in ieee80211_stop_tx_ba_session()
|
D | status.c | 1110 struct ieee80211_sta *pubsta = status->sta; in ieee80211_tx_status_ext() local 1117 if (pubsta) { in ieee80211_tx_status_ext() 1118 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_status_ext() 1147 if (pubsta) { in ieee80211_tx_status_ext() 1207 if (!pubsta) in ieee80211_tx_status_ext() 1230 struct ieee80211_sta *pubsta, in ieee80211_tx_rate_update() argument 1234 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_rate_update() 1237 .sta = pubsta, in ieee80211_tx_rate_update() 1271 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument 1273 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_report_low_ack()
|
D | rx.c | 1616 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() argument 1618 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition() 1637 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument 1639 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll() 1651 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument 1653 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger() 4118 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument 4133 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 4138 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 4886 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_8023() argument [all …]
|
D | airtime.c | 630 struct ieee80211_sta *pubsta, in ieee80211_calc_expected_tx_airtime() argument 649 if (pubsta) { in ieee80211_calc_expected_tx_airtime() 650 struct sta_info *sta = container_of(pubsta, struct sta_info, in ieee80211_calc_expected_tx_airtime()
|
D | tx.c | 4456 struct ieee80211_sta *pubsta = NULL; in ieee80211_tx_8023() local 4485 pubsta = &sta->sta; in ieee80211_tx_8023() 4487 control.sta = pubsta; in ieee80211_tx_8023() 5690 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 5692 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 5754 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 5756 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
D | ieee80211_i.h | 2526 struct ieee80211_sta *pubsta,
|
/Linux-v6.1/include/net/ |
D | mac80211.h | 2299 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta); 2301 static inline bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument 5012 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 5027 struct ieee80211_sta *pubsta, 6078 struct ieee80211_sta *pubsta, bool block); 6099 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta); 6121 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid); 6134 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta); 6161 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, 6452 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, [all …]
|
/Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 2444 struct ieee80211_sta *pubsta = NULL; in ath11k_dp_rx_deliver_msdu() local 2465 pubsta = peer->sta; in ath11k_dp_rx_deliver_msdu() 2509 ieee80211_rx_napi(ar->hw, pubsta, msdu, napi); in ath11k_dp_rx_deliver_msdu()
|