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

/freebsd-13-stable/sys/dev/re/
H A Dif_re.c711 if ((sc->rl_flags & RL_FLAG_PCIE) != 0) {
1015 if ((sc->rl_flags & RL_FLAG_PCIE) == 0)
1277 sc->rl_flags |= RL_FLAG_PCIE;
2544 (sc->rl_flags & RL_FLAG_PCIE))
2619 (sc->rl_flags & RL_FLAG_PCIE))
2711 (sc->rl_flags & RL_FLAG_PCIE))
3146 if ((sc->rl_flags & RL_FLAG_PCIE) != 0 &&
3341 } else if ((sc->rl_flags & RL_FLAG_PCIE) != 0 &&
/freebsd-13-stable/sys/dev/rl/
H A Dif_rlreg.h935 #define RL_FLAG_PCIE 0x40000000 macro

Completed in 42 milliseconds