Lines Matching defs:msic
463 int error, i, msic, msixc, pmc;
525 msic = pci_msi_count(dev);
528 device_printf(dev, "MSI count : %d\n", msic);
535 if (msic == AGE_MSIX_MESSAGES) {
544 msic == AGE_MSI_MESSAGES &&
545 pci_alloc_msi(dev, &msic) == 0) {
546 if (msic == AGE_MSI_MESSAGES) {
548 msic);
635 msic = AGE_MSIX_MESSAGES;
637 msic = AGE_MSI_MESSAGES;
639 msic = 1;
640 for (i = 0; i < msic; i++) {
667 int i, msic;
698 msic = AGE_MSIX_MESSAGES;
700 msic = AGE_MSI_MESSAGES;
702 msic = 1;
703 for (i = 0; i < msic; i++) {