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

/freebsd-10.2-release/sys/pci/
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-10.2-release/sys/dev/re/
H A Dif_re.c1277 msixc = RL_MSI_MESSAGES;
1287 if (msixc == RL_MSI_MESSAGES) {
1304 msic = RL_MSI_MESSAGES;
1306 if (msic == RL_MSI_MESSAGES) {
1334 for (i = 0, rid = 1; i < RL_MSI_MESSAGES; i++, rid++) {

Completed in 58 milliseconds