Lines Matching defs:rtwsta
1175 struct rtw89_sta *rtwsta, const u8 *scan_mac_addr)
1186 rtw89_cam_fill_addr_cam_info(rtwdev, rtwvif, rtwsta, scan_mac_addr, skb->data);
1187 rtw89_cam_fill_bssid_cam_info(rtwdev, rtwvif, rtwsta, skb->data);
1211 struct rtw89_sta *rtwsta)
1223 rtw89_cam_fill_dctl_sec_cam_info_v1(rtwdev, rtwvif, rtwsta, skb->data);
1246 int rtw89_fw_h2c_ba_cam(struct rtw89_dev *rtwdev, struct rtw89_sta *rtwsta,
1250 struct rtw89_vif *rtwvif = rtwsta->rtwvif;
1251 u8 macid = rtwsta->mac_id;
1257 rtw89_core_acquire_sta_ba_entry(rtwdev, rtwsta, params->tid, &entry_idx) :
1258 rtw89_core_release_sta_ba_entry(rtwdev, rtwsta, params->tid, &entry_idx);
1760 struct rtw89_sta *rtwsta = sta_to_rtwsta_safe(sta);
1766 u8 mac_id = rtwsta ? rtwsta->mac_id : rtwvif->mac_id;
1835 struct rtw89_sta *rtwsta)
1847 SET_CTRL_INFO_MACID(skb->data, rtwsta->mac_id);
1849 if (rtwsta->cctl_tx_time) {
1851 SET_CMC_TBL_AMPDU_MAX_TIME(skb->data, rtwsta->ampdu_max_time);
1853 if (rtwsta->cctl_tx_retry_limit) {
1855 SET_CMC_TBL_DATA_TX_CNT_LMT(skb->data, rtwsta->data_tx_cnt_lmt);
1877 struct rtw89_sta *rtwsta)
1892 SET_CTRL_INFO_MACID(skb->data, rtwsta->mac_id);
1991 struct rtw89_sta *rtwsta,
1995 u8 mac_id = rtwsta ? rtwsta->mac_id : rtwvif->mac_id;
2000 if (rtwsta)
2039 struct rtw89_sta *rtwsta, bool dis_conn)
2042 u8 mac_id = rtwsta ? rtwsta->mac_id : rtwvif->mac_id;
2047 if (net_type == RTW89_NET_TYPE_AP_MODE && rtwsta) {