Home
last modified time | relevance | path

Searched refs:phy_err_mask (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dwmi.c4406 u32 phy_err_mask; in ath10k_wmi_10_4_op_pull_phyerr_ev() local
4427 phy_err_mask = __le32_to_cpu(phyerr->phy_err_mask[0]); in ath10k_wmi_10_4_op_pull_phyerr_ev()
4429 if (phy_err_mask & PHY_ERROR_10_4_SPECTRAL_SCAN_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
4431 else if (phy_err_mask & PHY_ERROR_10_4_RADAR_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
Dwmi.h3497 __le32 phy_err_mask[2]; member