Lines Matching refs:fw_info
471 struct rtw89_fw_info *fw_info = &rtwdev->fw;
472 const struct firmware *firmware = fw_info->req.firmware;
523 struct rtw89_fw_info *fw_info = &rtwdev->fw;
524 const struct firmware *firmware = fw_info->req.firmware;
1067 struct rtw89_fw_info *fw_info = &rtwdev->fw;
1068 const struct firmware *firmware = fw_info->req.firmware;
1475 struct rtw89_fw_info *fw_info = &rtwdev->fw;
1498 fw_info->h2c_seq = 0;
1499 fw_info->rec_seq = 0;
1500 fw_info->h2c_counter = 0;
1501 fw_info->c2h_counter = 0;
5681 struct rtw89_fw_info *fw_info = &rtwdev->fw;
5702 fw_info->h2c_counter++;
5704 chip->h2c_counter_reg.mask, fw_info->h2c_counter);
5714 struct rtw89_fw_info *fw_info = &rtwdev->fw;
5739 fw_info->c2h_counter++;
5741 chip->c2h_counter_reg.mask, fw_info->c2h_counter);