Home
last modified time | relevance | path

Searched refs:fw_err (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsahw.c2336 goto fw_err; in siHDAMode_V()
2384 goto fw_err; in siHDAMode_V()
2582 goto fw_err; in siHDAMode_V()
2616 fw_err: in siHDAMode_V()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c1810 bool fw_err = false; in iwl_mld_wowlan_resume() local
1853 fw_err = true; in iwl_mld_wowlan_resume()
1890 if (fw_err) { in iwl_mld_wowlan_resume()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c5434 u32 val, fw_err; in cim_intr_handler() local
5444 fw_err = t4_read_reg(adap, A_PCIE_FW); in cim_intr_handler()
5446 if (val & F_TIMER0INT && (!(fw_err & F_PCIE_FW_ERR) || in cim_intr_handler()
5447 G_PCIE_FW_EVAL(fw_err) != PCIE_FW_EVAL_CRASH)) { in cim_intr_handler()
5451 fatal = (fw_err & F_PCIE_FW_ERR) != 0; in cim_intr_handler()