Lines Matching refs:pubsta
2179 struct ieee80211_sta *pubsta, bool block) in ieee80211_sta_block_awake() argument
2181 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake()
2183 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake()
2210 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument
2212 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp()
2215 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp()
2221 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument
2223 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc()
2227 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc()
2237 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument
2240 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_buffered()
2245 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered()
2256 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_sta_register_airtime() argument
2259 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_register_airtime()
2327 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta) in ieee80211_sta_recalc_aggregates() argument
2329 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_recalc_aggregates()
2861 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, in ieee80211_sta_set_expected_throughput() argument
2864 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_expected_throughput()
2997 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument
2999 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in lockdep_sta_mutex_held()