Home
last modified time | relevance | path

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

/NextBSD/sys/dev/re/
HDif_re.c1310 sc->rl_flags |= RL_FLAG_MSI; in re_attach()
1320 if ((sc->rl_flags & RL_FLAG_MSI) == 0) in re_attach()
1325 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) { in re_attach()
1348 if ((sc->rl_flags & RL_FLAG_MSI) == 0) { in re_attach()
1721 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 && in re_attach()
1809 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) in re_detach()
1817 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0) in re_detach()
3288 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) != 0 && in re_init_locked()
3953 if ((sc->rl_flags & (RL_FLAG_MSI | RL_FLAG_MSIX)) == 0) in re_add_sysctls()
/NextBSD/sys/dev/rl/
HDif_rlreg.h916 #define RL_FLAG_MSI 0x00000001 macro