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

/freebsd-10.2-release/sys/dev/re/
H A Dif_re.c1290 sc->rl_flags |= RL_FLAG_MSIX;
1294 if ((sc->rl_flags & RL_FLAG_MSIX) == 0) {
1324 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 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.h926 #define RL_FLAG_MSIX 0x00000800 macro

Completed in 61 milliseconds