Searched refs:RE_IMTYPE_SIM (Results 1 – 2 of 2) sorted by relevance
651 sc->re_imtype = RE_IMTYPE_SIM; in re_attach()1478 if (sc->re_imtype == RE_IMTYPE_SIM) { in re_intr()1509 re_setup_intr(sc, 1, RE_IMTYPE_SIM); in re_intr()2192 IFF_RUNNING && sc->re_imtype == RE_IMTYPE_SIM) { in re_sysctl_simtime()2207 re_setup_intr(sc, 1, RE_IMTYPE_SIM); in re_sysctl_simtime()2230 if (v != RE_IMTYPE_HW && v != RE_IMTYPE_SIM && v != RE_IMTYPE_NONE) { in re_sysctl_imtype()2335 case RE_IMTYPE_SIM: in re_config_imtype()2371 case RE_IMTYPE_SIM: in re_setup_intr()
209 #define RE_IMTYPE_SIM 1 /* simulated */ macro