Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bge/
Dif_bge.c735 sc->bge_mfw_flags &= ~ BGE_MFW_ON_APE; in bge_ape_read_fw_ver()
747 sc->bge_mfw_flags |= BGE_MFW_ON_APE; in bge_ape_read_fw_ver()
776 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_lock()
856 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_unlock()
910 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_send_event()
938 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) == 0) in bge_ape_driver_state_change()
2430 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_blockinit()
4027 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_reset()
4151 if ((sc->bge_mfw_flags & BGE_MFW_ON_APE) != 0) in bge_reset()
Dif_bgereg.h3003 #define BGE_MFW_ON_APE 0x00000002 macro