Home
last modified time | relevance | path

Searched refs:pubsta (Results 1 – 10 of 10) sorted by relevance

/linux/net/mac80211/
H A Dagg-tx.c552 void ieee80211_refresh_tx_agg_session_timer(struct ieee80211_sta *pubsta, in ieee80211_refresh_tx_agg_session_timer() argument
555 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_refresh_tx_agg_session_timer()
596 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() argument
599 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session()
605 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session()
611 if (!pubsta->deflink.ht_cap.ht_supported && in ieee80211_start_tx_ba_session()
612 !pubsta->deflink.vht_cap.vht_supported && in ieee80211_start_tx_ba_session()
613 !pubsta->deflink.he_cap.has_he && in ieee80211_start_tx_ba_session()
614 !pubsta->deflink.eht_cap.has_eht) in ieee80211_start_tx_ba_session()
629 pubsta->addr, tid); in ieee80211_start_tx_ba_session()
[all …]
H A Drate.c414 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument
423 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low()
424 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low()
427 if (!pubsta && txrc->bss) { in rate_control_send_low()
434 } else if (pubsta) { in rate_control_send_low()
435 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low()
968 struct ieee80211_sta *pubsta, in rate_control_set_rates() argument
971 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates()
985 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates()
986 rcu_assign_pointer(pubsta->rates, rates); in rate_control_set_rates()
[all …]
H A Dstatus.c1144 struct ieee80211_sta *pubsta = status->sta; in ieee80211_tx_status_ext() local
1151 if (pubsta) { in ieee80211_tx_status_ext()
1152 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_status_ext()
1181 if (pubsta) { in ieee80211_tx_status_ext()
1241 if (!pubsta) in ieee80211_tx_status_ext()
1264 struct ieee80211_sta *pubsta, in ieee80211_tx_rate_update() argument
1268 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_rate_update()
1271 .sta = pubsta, in ieee80211_tx_rate_update()
1281 void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets) in ieee80211_report_low_ack() argument
1283 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_report_low_ack()
H A Dsta_info.c2199 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()
2241 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument
2243 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc()
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
2276 ieee80211_sta_register_airtime(struct ieee80211_sta * pubsta,u8 tid,u32 tx_airtime,u32 rx_airtime) ieee80211_sta_register_airtime() argument
2345 ieee80211_sta_recalc_aggregates(struct ieee80211_sta * pubsta) ieee80211_sta_recalc_aggregates() argument
2880 ieee80211_sta_set_expected_throughput(struct ieee80211_sta * pubsta,u32 thr) ieee80211_sta_set_expected_throughput() argument
3020 lockdep_sta_mutex_held(struct ieee80211_sta * pubsta) lockdep_sta_mutex_held() argument
[all...]
H A Dairtime.c758 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()
H A Dtx.c4550 struct ieee80211_sta *pubsta = NULL; in __ieee80211_tx_8023() local
4571 pubsta = &sta->sta; in __ieee80211_tx_8023()
4573 control.sta = pubsta; in __ieee80211_tx_8023()
5962 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument
5964 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid()
6026 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument
6028 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
H A Dieee80211_i.h2738 struct ieee80211_sta *pubsta,
/linux/include/net/
H A Dmac80211.h2534 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta);
2536 static inline bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument
5349 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta,
5364 struct ieee80211_sta *pubsta,
6486 struct ieee80211_sta *pubsta, bool block);
6507 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta);
6529 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid);
6542 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta);
6569 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid,
6865 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid,
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c2408 struct ieee80211_sta *pubsta; in ath12k_dp_rx_deliver_msdu() local
2428 pubsta = peer ? peer->sta : NULL; in ath12k_dp_rx_deliver_msdu()
2474 ieee80211_rx_napi(ath12k_ar_to_hw(ar), pubsta, msdu, napi); in ath12k_dp_rx_deliver_msdu()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2447 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()