Lines Matching defs:pubsta
2184 struct ieee80211_sta *pubsta, bool block)
2186 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
2188 trace_api_sta_block_awake(sta->local, pubsta, block);
2215 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta)
2217 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
2220 trace_api_eosp(local, pubsta);
2226 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid)
2228 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
2232 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid);
2242 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta,
2245 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
2250 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered);
2261 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid,
2264 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
2332 void ieee80211_sta_recalc_aggregates(struct ieee80211_sta *pubsta)
2334 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
2866 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta,
2869 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);
3002 bool lockdep_sta_mutex_held(struct ieee80211_sta *pubsta)
3004 struct sta_info *sta = container_of(pubsta, struct sta_info, sta);