/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rate.c | 390 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument 399 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low() 400 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low() 403 if (!pubsta && txrc->bss) { in rate_control_send_low() 410 } else if (pubsta) { in rate_control_send_low() 411 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low() 941 struct ieee80211_sta *pubsta, in rate_control_set_rates() 944 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates() 958 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates() 959 rcu_assign_pointer(pubsta in rate_control_set_rates() 940 rate_control_set_rates(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct ieee80211_sta_rates *rates) rate_control_set_rates() argument 964 drv_sta_rate_tbl_update(hw_to_local(hw), sta->sdata, pubsta); rate_control_set_rates() local [all...] |
H A D | agg-tx.c | 586 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() argument 589 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session() 595 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session() 601 if (!pubsta->ht_cap.ht_supported && in ieee80211_start_tx_ba_session() 617 pubsta->addr, tid); in ieee80211_start_tx_ba_session() 657 pubsta->addr); in ieee80211_start_tx_ba_session() 858 int ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in ieee80211_stop_tx_ba_session() argument 860 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_stop_tx_ba_session() 866 trace_api_stop_tx_ba_session(pubsta, tid); in ieee80211_stop_tx_ba_session()
|
H A D | status.c | 1073 struct ieee80211_sta *pubsta = status->sta; in ieee80211_tx_status_ext() local 1081 if (pubsta) { in ieee80211_tx_status_ext() 1082 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_status_ext() 1110 if (pubsta) { in ieee80211_tx_status_ext() 1170 if (!pubsta) in ieee80211_tx_status_ext() 1193 struct ieee80211_sta *pubsta, in ieee80211_tx_rate_update() 1198 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_rate_update() 1201 .sta = pubsta, in ieee80211_tx_rate_update() 1235 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument 1237 struct sta_info *sta = container_of(pubsta, struc in ieee80211_report_low_ack() 1192 ieee80211_tx_rate_update(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct ieee80211_tx_info *info) ieee80211_tx_rate_update() argument [all...] |
H A D | sta_info.c | 1821 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() 1823 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 1825 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 1852 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 1854 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 1857 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 1863 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument 1865 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc() 1869 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 1879 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument 1820 ieee80211_sta_block_awake(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, bool block) ieee80211_sta_block_awake() argument 1898 ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, u32 tx_airtime, u32 rx_airtime) ieee80211_sta_register_airtime() argument 2565 ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, u32 thr) ieee80211_sta_set_expected_throughput() argument [all...] |
H A D | rx.c | 1612 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() argument 1614 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition() 1633 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument 1635 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll() 1647 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument 1649 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger() 3965 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument 3979 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 3984 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 4613 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() 4612 __ieee80211_rx_handle_packet(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct list_head *list) __ieee80211_rx_handle_packet() argument 4739 ieee80211_rx_list(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct list_head *list) ieee80211_rx_list() argument 4853 ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct napi_struct *napi) ieee80211_rx_napi() argument [all...] |
H A D | airtime.c | 633 struct ieee80211_sta *pubsta, in ieee80211_calc_expected_tx_airtime() 652 if (pubsta) { in ieee80211_calc_expected_tx_airtime() 653 struct sta_info *sta = container_of(pubsta, struct sta_info, in ieee80211_calc_expected_tx_airtime() 631 ieee80211_calc_expected_tx_airtime(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *pubsta, int len, bool ampdu) ieee80211_calc_expected_tx_airtime() argument
|
H A D | rc80211_minstrel_ht.c | 863 minstrel_aggr_check(struct ieee80211_sta *pubsta, struct sk_buff *skb) in minstrel_aggr_check() argument 866 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in minstrel_aggr_check() 882 ieee80211_start_tx_ba_session(pubsta, tid, 0); in minstrel_aggr_check()
|
H A D | tx.c | 4212 struct ieee80211_sta *pubsta = NULL; in ieee80211_tx_8023() local 4236 pubsta = &sta->sta; in ieee80211_tx_8023() 4238 control.sta = pubsta; in ieee80211_tx_8023() 5355 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 5357 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 5419 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 5421 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
H A D | ieee80211_i.h | 2336 struct ieee80211_sta *pubsta,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H 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() 945 struct ieee80211_sta *pubsta, in rate_control_set_rates() 948 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates() 962 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates() 963 rcu_assign_pointer(pubsta in rate_control_set_rates() 944 rate_control_set_rates(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct ieee80211_sta_rates *rates) rate_control_set_rates() argument 968 drv_sta_rate_tbl_update(hw_to_local(hw), sta->sdata, pubsta); rate_control_set_rates() local [all...] |
H A D | agg-tx.c | 563 void ieee80211_refresh_tx_agg_session_timer(struct ieee80211_sta *pubsta, in ieee80211_refresh_tx_agg_session_timer() argument 566 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_refresh_tx_agg_session_timer() 607 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() argument 610 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session() 616 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session() 622 if (!pubsta->deflink.ht_cap.ht_supported && in ieee80211_start_tx_ba_session() 638 pubsta->addr, tid); in ieee80211_start_tx_ba_session() 678 pubsta->addr); in ieee80211_start_tx_ba_session() 885 int ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in ieee80211_stop_tx_ba_session() argument 887 struct sta_info *sta = container_of(pubsta, struc in ieee80211_stop_tx_ba_session() [all...] |
H A D | sta_info.c | 2184 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() 2186 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 2188 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 2215 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 2217 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 2220 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 2226 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument 2228 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc() 2232 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 2242 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument 2183 ieee80211_sta_block_awake(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, bool block) ieee80211_sta_block_awake() argument 2261 ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, u32 tx_airtime, u32 rx_airtime) ieee80211_sta_register_airtime() argument 2332 ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta) ieee80211_sta_recalc_aggregates() argument 2866 ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, u32 thr) ieee80211_sta_set_expected_throughput() argument 3002 lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) lockdep_sta_mutex_held() argument [all...] |
H A 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() 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() 1247 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument 1249 struct sta_info *sta = container_of(pubsta, struc in ieee80211_report_low_ack() 1229 ieee80211_tx_rate_update(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct ieee80211_tx_info *info) ieee80211_tx_rate_update() argument [all...] |
H A D | rx.c | 1596 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() argument 1598 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition() 1617 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument 1619 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll() 1631 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument 1633 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger() 4268 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument 4283 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 4288 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 5022 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_8023() 5021 __ieee80211_rx_handle_8023(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct list_head *list) __ieee80211_rx_handle_8023() argument 5109 __ieee80211_rx_handle_packet(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct list_head *list) __ieee80211_rx_handle_packet() argument 5271 ieee80211_rx_list(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct list_head *list) ieee80211_rx_list() argument 5404 ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *pubsta, struct sk_buff *skb, struct napi_struct *napi) ieee80211_rx_napi() argument [all...] |
H A D | airtime.c | 630 struct ieee80211_sta *pubsta, in ieee80211_calc_expected_tx_airtime() 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() 628 ieee80211_calc_expected_tx_airtime(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *pubsta, int len, bool ampdu) ieee80211_calc_expected_tx_airtime() argument
|
H A D | tx.c | 4527 struct ieee80211_sta *pubsta = NULL; in __ieee80211_tx_8023() local 4548 pubsta = &sta->sta; in __ieee80211_tx_8023() 4550 control.sta = pubsta; in __ieee80211_tx_8023() 5918 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 5920 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 5982 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 5984 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
H A D | ieee80211_i.h | 2617 struct ieee80211_sta *pubsta,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | mac80211.h | 2376 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta); 2378 static inline bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument 5132 * @pubsta: the station to set throughput for. 5135 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 5146 * @pubsta: the station to update the tx rate for. 5150 struct ieee80211_sta *pubsta, 6218 * @pubsta: the station 6245 struct ieee80211_sta *pubsta, bool block); 6249 * @pubsta: the station 6266 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta); [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | mac80211.h | 4682 * @pubsta: the station to set throughput for. 4685 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 4696 * @pubsta: the station to update the tx rate for. 4700 struct ieee80211_sta *pubsta, 5646 * @pubsta: the station 5673 struct ieee80211_sta *pubsta, bool block); 5677 * @pubsta: the station 5694 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta); 5698 * @pubsta: the station 5716 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, in [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | dp_mon.c | 1073 struct ieee80211_sta *pubsta = NULL; in ath12k_dp_mon_rx_deliver_msdu() local 1092 pubsta = peer->sta; in ath12k_dp_mon_rx_deliver_msdu() 1134 ieee80211_rx_napi(ar->hw, pubsta, msdu, napi); in ath12k_dp_mon_rx_deliver_msdu()
|
H A D | dp_rx.c | 2416 struct ieee80211_sta *pubsta; in ath12k_dp_rx_deliver_msdu() local 2436 pubsta = peer ? peer->sta : NULL; in ath12k_dp_rx_deliver_msdu() 2481 ieee80211_rx_napi(ar->hw, pubsta, msdu, napi); in ath12k_dp_rx_deliver_msdu()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.c | 2450 struct ieee80211_sta *pubsta = NULL; in ath11k_dp_rx_deliver_msdu() local 2471 pubsta = peer->sta; in ath11k_dp_rx_deliver_msdu() 2515 ieee80211_rx_napi(ar->hw, pubsta, msdu, napi); in ath11k_dp_rx_deliver_msdu()
|