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

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

Completed in 113 milliseconds