Home
last modified time | relevance | path

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

/freebsd/sys/dev/re/
H A Dif_re.c1306 sc->rl_flags |= RL_FLAG_MSIX; in re_attach()
1310 if ((sc->rl_flags & RL_FLAG_MSIX) == 0) { in re_attach()
1340 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) { in re_attach()
1744 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 && in re_attach()
1833 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) in re_detach()
1841 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0) in re_detach()
3352 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 && in re_init_locked()
3625 imode = (sc->rl_flags & RL_FLAG_MSIX) ? "MSI-X" : in re_watchdog()
4117 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) in re_add_sysctls()
/freebsd/sys/dev/rl/
H A Dif_rlreg.h934 #define RL_FLAG_MSIX 0x00000800 macro