Searched refs:FW_OK (Results 1 – 5 of 5) sorted by relevance
154 FW_OK = (1 << 1), enumerator1317 return (sc->flags & FW_OK || !sc->use_bd); in t4_use_ldst()
1343 MPASS(sc->flags & FW_OK); in t4_attach()1697 if (sc->flags & FW_OK) in t4_ready()1805 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK) in t4_detach_common()1824 if ((sc->flags & (IS_VF | FW_OK)) == FW_OK) in t4_detach_common()1962 MPASS((sc->flags & FW_OK) == 0); in restart_adapter()2002 sc->flags &= ~(FW_OK | MASTER_PF); in set_adapter_hwstatus()2337 MPASS(sc->flags & FW_OK); in restart_lld()4834 if ((sc->flags & FW_OK) == 0) { in install_kld_firmware()4898 rc = sc->flags & FW_OK ? 0 : ENOENT; in install_kld_firmware()4911 rc = sc->flags & FW_OK ? 0 : EINVAL; in install_kld_firmware()[all …]
567 sc->flags |= FW_OK; in t4vf_attach()
502 adap->flags &= ~FW_OK; in t4_wr_mbox_meat_timeout()7584 if (adap->flags & FW_OK && mbox <= M_PCIE_FW_MASTER) { in t4_fw_halt()
48 return (pdbg_init->adap->flags & FW_OK); in is_fw_attached()