Home
last modified time | relevance | path

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

/NextBSD/sys/dev/rl/
HDif_rlreg.h799 #define RL_MSI_MESSAGES 1 macro
874 struct resource *rl_irq[RL_MSI_MESSAGES];
875 void *rl_intrhand[RL_MSI_MESSAGES];
/NextBSD/sys/dev/re/
HDif_re.c1278 msixc = RL_MSI_MESSAGES; in re_attach()
1288 if (msixc == RL_MSI_MESSAGES) { in re_attach()
1305 msic = RL_MSI_MESSAGES; in re_attach()
1307 if (msic == RL_MSI_MESSAGES) { in re_attach()
1335 for (i = 0, rid = 1; i < RL_MSI_MESSAGES; i++, rid++) { in re_attach()