Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dif_revar.h210 #define RE_IMTYPE_HW 2 /* hardware based */ macro
H A Dif_re.c2161 IFF_RUNNING && sc->re_imtype == RE_IMTYPE_HW) in re_sysctl_hwtime()
2230 if (v != RE_IMTYPE_HW && v != RE_IMTYPE_SIM && v != RE_IMTYPE_NONE) { in re_sysctl_imtype()
2234 if (v == RE_IMTYPE_HW && (sc->re_caps & RE_C_HWIM) == 0) { in re_sysctl_imtype()
2325 case RE_IMTYPE_HW: in re_config_imtype()
2365 case RE_IMTYPE_HW: in re_setup_intr()