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

/freebsd-11-stable/sys/dev/re/
H A Dif_re.c1293 sc->rl_flags |= RL_FLAG_MSIX;
1297 if ((sc->rl_flags & RL_FLAG_MSIX) == 0) {
1327 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) {
1723 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 &&
1811 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0)
1819 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0)
3290 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 &&
3955 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0)
/freebsd-11-stable/sys/dev/rl/
H A Dif_rlreg.h927 #define RL_FLAG_MSIX 0x00000800 macro

Completed in 85 milliseconds