pq3pci.c | 1210 size_t freegroup = 0; local in function:pq3pci_msi_alloc_one 1220 if (freegroup == 0) 1221 freegroup = i + 1; 1248 if (freegroup-- == 0) { 1259 pq3pci_msi_group_setup(msig, freegroup, ipl); 1261 handle = PIH_MAKE(freegroup * 32 + n, IST_MSI, 0);
|