Searched refs:RL_FLAG_MSIX (Results 1 – 2 of 2) sorted by relevance
1303 sc->rl_flags |= RL_FLAG_MSIX; in re_attach()1307 if ((sc->rl_flags & RL_FLAG_MSIX) == 0) { in re_attach()1337 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) { in re_attach()1735 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 && in re_attach()1826 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) in re_detach()1834 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0) in re_detach()3311 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 && in re_init_locked()3984 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) in re_add_sysctls()
927 #define RL_FLAG_MSIX 0x00000800 macro