Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c4408 u32 phy_err_mask; in ath10k_wmi_10_4_op_pull_phyerr_ev() local
4429 phy_err_mask = __le32_to_cpu(phyerr->phy_err_mask[0]); in ath10k_wmi_10_4_op_pull_phyerr_ev()
4431 if (phy_err_mask & PHY_ERROR_10_4_SPECTRAL_SCAN_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
4433 else if (phy_err_mask & PHY_ERROR_10_4_RADAR_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
H A Dwmi.h3532 __le32 phy_err_mask[2]; member