Searched refs:sta_to_rtwsta_safe (Results 1 – 3 of 3) sorted by relevance
311 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta); in rtw89_cam_detach_sec_cam()348 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta); in rtw89_cam_attach_sec_cam()
1109 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta); in rtw89_core_tx_write()2889 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta); in rtw89_core_ba_work()2966 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta); in rtw89_core_stop_tx_ba_session()2993 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta); in rtw89_core_txq_check_agg()3069 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(txq->sta); in rtw89_core_txq_agg_wait()
6304 static inline struct rtw89_sta *sta_to_rtwsta_safe(struct ieee80211_sta *sta) in sta_to_rtwsta_safe() function