Lines Matching refs:pubsta

1814 			       struct ieee80211_sta *pubsta, bool block)  in ieee80211_sta_block_awake()  argument
1816 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_block_awake()
1818 trace_api_sta_block_awake(sta->local, pubsta, block); in ieee80211_sta_block_awake()
1845 void ieee80211_sta_eosp(struct ieee80211_sta *pubsta) in ieee80211_sta_eosp() argument
1847 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_eosp()
1850 trace_api_eosp(local, pubsta); in ieee80211_sta_eosp()
1856 void ieee80211_send_eosp_nullfunc(struct ieee80211_sta *pubsta, int tid) in ieee80211_send_eosp_nullfunc() argument
1858 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_send_eosp_nullfunc()
1862 trace_api_send_eosp_nullfunc(sta->local, pubsta, tid); in ieee80211_send_eosp_nullfunc()
1872 void ieee80211_sta_set_buffered(struct ieee80211_sta *pubsta, in ieee80211_sta_set_buffered() argument
1875 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_buffered()
1880 trace_api_sta_set_buffered(sta->local, pubsta, tid, buffered); in ieee80211_sta_set_buffered()
1935 void ieee80211_sta_register_airtime(struct ieee80211_sta *pubsta, u8 tid, in ieee80211_sta_register_airtime() argument
1938 struct ieee80211_txq *txq = pubsta->txq[tid]; in ieee80211_sta_register_airtime()
2593 void ieee80211_sta_set_expected_throughput(struct ieee80211_sta *pubsta, in ieee80211_sta_set_expected_throughput() argument
2596 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_set_expected_throughput()