Home
last modified time | relevance | path

Searched refs:FW_OK (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h154 FW_OK = (1 << 1), enumerator
1317 return (sc->flags & FW_OK || !sc->use_bd); in t4_use_ldst()
H A Dt4_main.c1343 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 …]
H A Dt4_vf.c567 sc->flags |= FW_OK; in t4vf_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c502 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()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c48 return (pdbg_init->adap->flags & FW_OK); in is_fw_attached()