Searched refs:get_msi_count (Results 1 – 14 of 14) sorted by relevance
43 uint32 (*get_msi_count)(pci_device *device); member
134 .get_msi_count = [](pci_device *device) { in __anon6c4ec9a90f02()
95 .get_msi_count = [](uint8 bus, uint8 device, uint8 function) { in __anon31a29cbf0102()
162 } else if (pci->get_msi_count(device) >= 1) { in init_device()
260 return gPci->get_msi_count(info->bus, info->device, info->function); in pci_msi_count()
109 if (fPCI->get_msi_count(fPCIDevice) >= 1) { in Init()
189 uint32 (*get_msi_count)( member
453 if (gPCI->get_msi_count(info.pci->bus, in init_interrupt_handler()
243 } else if (pci->get_msi_count(pcidev) >= 1) { in nvme_disk_init_device()
1160 && gPci->get_msi_count(pciInfo.bus, pciInfo.device, in hda_hw_init()
690 if (fPci->get_msi_count(fDevice) >= 1) { in UHCI()
550 if (fPci->get_msi_count(fDevice) >= 1) { in OHCI()
578 if (fPci->get_msi_count(fDevice) >= 1) { in EHCI()
545 if (fPci->get_msi_count(fDevice) >= 1) { in XHCI()