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

/freebsd-10.2-release/sys/dev/re/
H A Dif_re.c697 if ((sc->rl_flags & RL_FLAG_PCIE) != 0) {
1001 if ((sc->rl_flags & RL_FLAG_PCIE) == 0)
1264 sc->rl_flags |= RL_FLAG_PCIE;
2523 (sc->rl_flags & RL_FLAG_PCIE))
2598 (sc->rl_flags & RL_FLAG_PCIE))
2690 (sc->rl_flags & RL_FLAG_PCIE))
3118 if ((sc->rl_flags & RL_FLAG_PCIE) != 0 &&
3302 } else if ((sc->rl_flags & RL_FLAG_PCIE) != 0 &&
/freebsd-10.2-release/sys/pci/
H A Dif_rlreg.h935 #define RL_FLAG_PCIE 0x40000000 macro

Completed in 55 milliseconds