Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bge.c613 sc->bge_mfw_flags &= ~ BGE_MFW_ON_APE; in bge_ape_read_fw_ver()
625 sc->bge_mfw_flags |= BGE_MFW_ON_APE; in bge_ape_read_fw_ver()
631 sc->bge_mfw_flags |= BGE_MFW_TYPE_NCSI; in bge_ape_read_fw_ver()
634 sc->bge_mfw_flags |= BGE_MFW_TYPE_DASH; in bge_ape_read_fw_ver()
654 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_lock()
736 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_unlock()
790 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_send_event()
819 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_driver_state_change()
2315 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_blockinit()
3278 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_reset()
[all …]
H A Dif_bgereg.h2898 u_int32_t bge_mfw_flags; /* Management F/W flags */ member