Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dif_re.c460 if (sc->re_caps & RE_C_CONTIGRX) { in re_allocmem()
537 if (sc->re_caps & RE_C_CONTIGRX) in re_freemem()
623 sc->re_caps = RE_C_HWIM; in re_attach()
672 if (sc->re_caps & RE_C_HWIM) { in re_attach()
2234 if (v == RE_IMTYPE_HW && (sc->re_caps & RE_C_HWIM) == 0) { in re_sysctl_imtype()
2254 KKASSERT(sc->re_caps & RE_C_HWIM); in re_setup_hw_im()
2289 if (sc->re_caps & RE_C_HWIM) in re_disable_hw_im()
2326 KKASSERT(sc->re_caps & RE_C_HWIM); in re_config_imtype()
2366 KKASSERT(sc->re_caps & RE_C_HWIM); in re_setup_intr()
H A Dif_revar.h135 uint32_t re_caps; /* see RE_C_ */ member