Home
last modified time | relevance | path

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

/freebsd/sys/dev/rl/
H A Dif_rlreg.h798 #define RL_MSI_MESSAGES 1 macro
873 struct resource *rl_irq[RL_MSI_MESSAGES];
874 void *rl_intrhand[RL_MSI_MESSAGES];
/freebsd/sys/dev/re/
H A Dif_re.c1289 msixc = RL_MSI_MESSAGES; in re_attach()
1299 if (msixc == RL_MSI_MESSAGES) { in re_attach()
1316 msic = RL_MSI_MESSAGES; in re_attach()
1318 if (msic == RL_MSI_MESSAGES) { in re_attach()
1346 for (i = 0, rid = 1; i < RL_MSI_MESSAGES; i++, rid++) { in re_attach()