Lines Matching refs:phy_err_code
3537 phyerr->phy_err_code, phyerr->rssi_combined, in ath10k_wmi_event_dfs()
3707 switch (phyerr->phy_err_code) { in ath10k_wmi_op_pull_phyerr_ev()
3709 arg->phy_err_code = PHY_ERROR_SPECTRAL_SCAN; in ath10k_wmi_op_pull_phyerr_ev()
3712 arg->phy_err_code = PHY_ERROR_FALSE_RADAR_EXT; in ath10k_wmi_op_pull_phyerr_ev()
3715 arg->phy_err_code = PHY_ERROR_RADAR; in ath10k_wmi_op_pull_phyerr_ev()
3718 arg->phy_err_code = PHY_ERROR_UNKNOWN; in ath10k_wmi_op_pull_phyerr_ev()
3755 arg->phy_err_code = PHY_ERROR_SPECTRAL_SCAN; in ath10k_wmi_10_4_op_pull_phyerr_ev()
3757 arg->phy_err_code = PHY_ERROR_RADAR; in ath10k_wmi_10_4_op_pull_phyerr_ev()
3759 arg->phy_err_code = PHY_ERROR_UNKNOWN; in ath10k_wmi_10_4_op_pull_phyerr_ev()
3769 u32 count, i, buf_len, phy_err_code; in ath10k_wmi_event_phyerr() local
3805 phy_err_code = phyerr_arg.phy_err_code; in ath10k_wmi_event_phyerr()
3814 switch (phy_err_code) { in ath10k_wmi_event_phyerr()