Lines Matching refs:phy_err_code
4192 phyerr->phy_err_code, phyerr->rssi_combined, in ath10k_wmi_event_dfs()
4362 switch (phyerr->phy_err_code) { in ath10k_wmi_op_pull_phyerr_ev()
4364 arg->phy_err_code = PHY_ERROR_SPECTRAL_SCAN; in ath10k_wmi_op_pull_phyerr_ev()
4367 arg->phy_err_code = PHY_ERROR_FALSE_RADAR_EXT; in ath10k_wmi_op_pull_phyerr_ev()
4370 arg->phy_err_code = PHY_ERROR_RADAR; in ath10k_wmi_op_pull_phyerr_ev()
4373 arg->phy_err_code = PHY_ERROR_UNKNOWN; in ath10k_wmi_op_pull_phyerr_ev()
4410 arg->phy_err_code = PHY_ERROR_SPECTRAL_SCAN; in ath10k_wmi_10_4_op_pull_phyerr_ev()
4412 arg->phy_err_code = PHY_ERROR_RADAR; in ath10k_wmi_10_4_op_pull_phyerr_ev()
4414 arg->phy_err_code = PHY_ERROR_UNKNOWN; in ath10k_wmi_10_4_op_pull_phyerr_ev()
4424 u32 count, i, buf_len, phy_err_code; in ath10k_wmi_event_phyerr() local
4460 phy_err_code = phyerr_arg.phy_err_code; in ath10k_wmi_event_phyerr()
4469 switch (phy_err_code) { in ath10k_wmi_event_phyerr()