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.c4386 u32 phy_err_mask; in ath10k_wmi_10_4_op_pull_phyerr_ev() local
4407 phy_err_mask = __le32_to_cpu(phyerr->phy_err_mask[0]); in ath10k_wmi_10_4_op_pull_phyerr_ev()
4409 if (phy_err_mask & PHY_ERROR_10_4_SPECTRAL_SCAN_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
4411 else if (phy_err_mask & PHY_ERROR_10_4_RADAR_MASK) in ath10k_wmi_10_4_op_pull_phyerr_ev()
Dwmi.h3495 __le32 phy_err_mask[2]; member