Lines Matching defs:rtwsta
3588 struct rtw89_sta *rtwsta);
3591 struct rtw89_sta *rtwsta);
3600 struct rtw89_sta *rtwsta);
3603 int (*h2c_ba_cam)(struct rtw89_dev *rtwdev, struct rtw89_sta *rtwsta,
5898 static inline struct ieee80211_sta *rtwsta_to_sta(struct rtw89_sta *rtwsta)
5900 void *p = rtwsta;
5905 static inline struct ieee80211_sta *rtwsta_to_sta_safe(struct rtw89_sta *rtwsta)
5907 return rtwsta ? rtwsta_to_sta(rtwsta) : NULL;
6000 struct rtw89_sta *rtwsta)
6002 if (rtwsta) {
6003 struct ieee80211_sta *sta = rtwsta_to_sta(rtwsta);
6006 return &rtwsta->addr_cam;
6013 struct rtw89_sta *rtwsta)
6015 if (rtwsta) {
6016 struct ieee80211_sta *sta = rtwsta_to_sta(rtwsta);
6019 return &rtwsta->bssid_cam;
6358 struct rtw89_sta *rtwsta)
6364 return chip->ops->h2c_dctl_sec_cam(rtwdev, rtwvif, rtwsta);
6549 struct rtw89_sta *rtwsta, u8 tid, u8 *cam_idx);
6551 struct rtw89_sta *rtwsta, u8 tid, u8 *cam_idx);