Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/re/
Dif_re.c710 if ((sc->rl_flags & RL_FLAG_PCIE) != 0) { in re_set_rxmode()
1014 if ((sc->rl_flags & RL_FLAG_PCIE) == 0) in re_allocmem()
1276 sc->rl_flags |= RL_FLAG_PCIE; in re_attach()
2543 (sc->rl_flags & RL_FLAG_PCIE)) in re_poll_locked()
2618 (sc->rl_flags & RL_FLAG_PCIE)) in re_int_task()
2710 (sc->rl_flags & RL_FLAG_PCIE)) in re_intr_msi()
3145 if ((sc->rl_flags & RL_FLAG_PCIE) != 0 && in re_init_locked()
3340 } else if ((sc->rl_flags & RL_FLAG_PCIE) != 0 && in re_init_locked()
/freebsd-12-stable/sys/dev/rl/
Dif_rlreg.h935 #define RL_FLAG_PCIE 0x40000000 macro