pci.c | 526 pci_get_capability(pci_chipset_tag_t pc, pcitag_t tag, int capid, function in typeref:typename:int 582 if (pci_get_capability(pc, tag, PCI_CAP_LDT, &ofs, NULL) == 0) 615 if (pci_get_capability(pc, tag, PCI_CAP_MSI, &offset, NULL) == 0) 639 if (pci_get_capability(pc, tag, PCI_CAP_MSIX, &offset, NULL) == 0) 655 if (!pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, NULL, NULL)) 767 if (pci_get_capability(ppbpc, ppbtag, PCI_CAP_PCIEXPRESS, 875 if (pci_get_capability(pc, tag, PCI_CAP_VPD, &ofs, ®) == 0) 911 if (pci_get_capability(pc, tag, PCI_CAP_VPD, &ofs, ®) == 0) 958 if (pci_get_capability(pc, tag, PCI_CAP_PCIX, &off, NULL) != 0) 962 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) != 0) [all...] |