| /linux/net/mac80211/ |
| H A D | agg-tx.c | 555 void ieee80211_refresh_tx_agg_session_timer(struct ieee80211_sta *pubsta, in ieee80211_refresh_tx_agg_session_timer() argument 558 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_refresh_tx_agg_session_timer() 600 int ieee80211_start_tx_ba_session(struct ieee80211_sta *pubsta, u16 tid, in ieee80211_start_tx_ba_session() argument 603 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session() 609 trace_api_start_tx_ba_session(pubsta, tid); in ieee80211_start_tx_ba_session() 615 if (!pubsta->valid_links && in ieee80211_start_tx_ba_session() 616 !pubsta->deflink.ht_cap.ht_supported && in ieee80211_start_tx_ba_session() 617 !pubsta->deflink.vht_cap.vht_supported && in ieee80211_start_tx_ba_session() 618 !pubsta->deflink.he_cap.has_he && in ieee80211_start_tx_ba_session() 619 !pubsta->deflink.eht_cap.has_eht && in ieee80211_start_tx_ba_session() [all …]
|
| H A D | rate.c | 416 static bool rate_control_send_low(struct ieee80211_sta *pubsta, in rate_control_send_low() argument 428 if (!pubsta || rc_no_data_or_no_ack_use_min(txrc)) { in rate_control_send_low() 429 __rate_control_send_low(txrc->hw, sband, pubsta, info, in rate_control_send_low() 432 if (!pubsta && txrc->bss) { in rate_control_send_low() 439 } else if (pubsta) { in rate_control_send_low() 440 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low() 971 struct ieee80211_sta *pubsta, in rate_control_set_rates() argument 974 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates() 988 old = rcu_dereference_protected(pubsta->rates, true); in rate_control_set_rates() 989 rcu_assign_pointer(pubsta->rates, rates); in rate_control_set_rates() [all …]
|
| H A D | sta_info.c | 2290 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() argument 2292 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake() 2294 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake() 2321 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument 2323 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp() 2326 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp() 2332 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument 2334 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc() 2338 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc() 2348 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument [all …]
|
| H A D | rx.c | 1721 int ieee80211_sta_ps_transition(struct ieee80211_sta *pubsta, bool start) in ieee80211_sta_ps_transition() argument 1723 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition() 1742 void ieee80211_sta_pspoll(struct ieee80211_sta *pubsta) in ieee80211_sta_pspoll() argument 1744 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_pspoll() 1756 void ieee80211_sta_uapsd_trigger(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_sta_uapsd_trigger() argument 1758 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_uapsd_trigger() 4385 void ieee80211_mark_rx_ba_filtered_frames(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_mark_rx_ba_filtered_frames() argument 4400 if (WARN_ON(!pubsta || tid >= IEEE80211_NUM_TIDS)) in ieee80211_mark_rx_ba_filtered_frames() 4405 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_mark_rx_ba_filtered_frames() 5155 struct ieee80211_sta *pubsta, in __ieee80211_rx_handle_8023() argument [all …]
|
| H 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()
|
| H A D | tx.c | 4560 struct ieee80211_sta *pubsta = NULL; in __ieee80211_tx_8023() local 4581 pubsta = &sta->sta; in __ieee80211_tx_8023() 4583 control.sta = pubsta; in __ieee80211_tx_8023() 6144 int ieee80211_reserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_reserve_tid() argument 6146 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_reserve_tid() 6208 void ieee80211_unreserve_tid(struct ieee80211_sta *pubsta, u8 tid) in ieee80211_unreserve_tid() argument 6210 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_unreserve_tid()
|
| H A D | ieee80211_i.h | 2833 struct ieee80211_sta *pubsta,
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_rx.c | 1331 struct ieee80211_sta *pubsta; in ath12k_dp_rx_deliver_msdu() local 1341 pubsta = peer ? peer->sta : NULL; in ath12k_dp_rx_deliver_msdu() 1343 if (pubsta && pubsta->valid_links) { in ath12k_dp_rx_deliver_msdu() 1391 ieee80211_rx_napi(ath12k_pdev_dp_to_hw(dp_pdev), pubsta, msdu, napi); in ath12k_dp_rx_deliver_msdu()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | dp_rx.c | 2438 struct ieee80211_sta *pubsta = NULL; in ath11k_dp_rx_deliver_msdu() local 2459 pubsta = peer->sta; in ath11k_dp_rx_deliver_msdu() 2503 ieee80211_rx_napi(ar->hw, pubsta, msdu, napi); in ath11k_dp_rx_deliver_msdu()
|