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

/freebsd-13-stable/sys/dev/re/
H A Dif_re.c1322 sc->rl_flags |= RL_FLAG_MSI;
1332 if ((sc->rl_flags & RL_FLAG_MSI) == 0)
1337 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) {
1360 if ((sc->rl_flags & RL_FLAG_MSI) == 0) {
1735 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 &&
1826 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0)
1834 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0)
3311 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 &&
3984 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0)
/freebsd-13-stable/sys/dev/rl/
H A Dif_rlreg.h916 #define RL_FLAG_MSI 0x00000001 macro

Completed in 43 milliseconds