/kernel/linux/linux-5.10/net/mac80211/ |
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() argument 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->rates, rates); in rate_control_set_rates() [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->ht_cap.ht_supported && in ieee80211_start_tx_ba_session() 613 pubsta->addr, tid); in ieee80211_start_tx_ba_session() 645 pubsta->addr); in ieee80211_start_tx_ba_session() 846 int ieee80211_stop_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid) in ieee80211_stop_tx_ba_session() argument 848 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_stop_tx_ba_session() 854 trace_api_stop_tx_ba_session(pubsta, tid); in ieee80211_stop_tx_ba_session()
|
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() argument 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, struct sta_info, sta); in ieee80211_report_low_ack()
|
D | sta_info.c | 1818 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() argument 1820 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 1822 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 1849 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 1851 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 1854 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 1860 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument 1862 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc() 1866 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 1876 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument [all …]
|
D | rx.c | 1613 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() argument 1615 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition() 1634 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument 1636 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll() 1648 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument 1650 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger() 3966 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument 3980 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 3985 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 4614 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_packet() 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 | 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()
|
D | tx.c | 4210 struct ieee80211_sta *pubsta = NULL; in ieee80211_tx_8023() local 4234 pubsta = &sta->sta; in ieee80211_tx_8023() 4236 control.sta = pubsta; in ieee80211_tx_8023() 5353 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 5355 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 5417 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 5419 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
D | ieee80211_i.h | 2313 struct ieee80211_sta *pubsta,
|
/kernel/linux/linux-5.10/include/net/ |
D | mac80211.h | 4685 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, 4700 struct ieee80211_sta *pubsta, 5673 struct ieee80211_sta *pubsta, bool block); 5694 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta); 5716 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid); 5743 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, 6000 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, 6215 struct ieee80211_sta *pubsta,
|