Lines Matching refs:pubsta

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
2088 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_buffered()
2093 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered()
2104 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_sta_register_airtime() argument
2107 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_register_airtime()
2130 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta) in ieee80211_sta_recalc_aggregates() argument
2132 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_recalc_aggregates()
2137 if (!pubsta->valid_links || !pubsta->mlo) { in ieee80211_sta_recalc_aggregates()
2138 pubsta->cur = &pubsta->deflink.agg; in ieee80211_sta_recalc_aggregates()
2143 for_each_sta_active_link(&sta->sdata->vif, pubsta, link_sta, link_id) { in ieee80211_sta_recalc_aggregates()
2145 sta->cur = pubsta->deflink.agg; in ieee80211_sta_recalc_aggregates()
2164 pubsta->cur = &sta->cur; in ieee80211_sta_recalc_aggregates()
2790 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, in ieee80211_sta_set_expected_throughput() argument
2793 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_expected_throughput()
2922 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument
2924 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in lockdep_sta_mutex_held()