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

/freebsd-10.2-release/sys/dev/re/
H A Dif_re.c1309 sc->rl_flags |= RL_FLAG_MSI;
1319 if ((sc->rl_flags & RL_FLAG_MSI) == 0)
1324 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) {
1347 if ((sc->rl_flags & RL_FLAG_MSI) == 0) {
1716 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 &&
1805 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0)
1813 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0)
3272 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 &&
3926 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0)
/freebsd-10.2-release/sys/pci/
H A Dif_rlreg.h915 #define RL_FLAG_MSI 0x00000001 macro

Completed in 44 milliseconds