Lines Matching refs:pubsta

2277 			       struct ieee80211_sta *pubsta, bool block)  in ieee80211_sta_block_awake()  argument
2279 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake()
2281 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake()
2308 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument
2310 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp()
2313 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp()
2319 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument
2321 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc()
2325 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc()
2335 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument
2338 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_buffered()
2343 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered()
2354 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_sta_register_airtime() argument
2357 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_register_airtime()
2423 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta) in ieee80211_sta_recalc_aggregates() argument
2425 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_recalc_aggregates()
3396 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta) in lockdep_sta_mutex_held() argument
3398 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in lockdep_sta_mutex_held()