Lines Matching refs:pci_get_capability
526 pci_get_capability(pci_chipset_tag_t pc, pcitag_t tag, int capid, in pci_get_capability() function
582 if (pci_get_capability(pc, tag, PCI_CAP_LDT, &ofs, NULL) == 0) in pci_get_ht_capability()
615 if (pci_get_capability(pc, tag, PCI_CAP_MSI, &offset, NULL) == 0) in pci_msi_count()
639 if (pci_get_capability(pc, tag, PCI_CAP_MSIX, &offset, NULL) == 0) in pci_msix_count()
655 if (!pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, NULL, NULL)) in pci_get_ext_capability()
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) {
994 if (pci_get_capability(pc, tag, PCI_CAP_MSI, &off, NULL) != 0) {
1019 if (pci_get_capability(pc, tag, PCI_CAP_MSIX, &off, NULL) != 0)
1037 if (pci_get_capability(pc, tag, PCI_CAP_PCIX, &off, NULL) != 0)
1041 if (pci_get_capability(pc, tag, PCI_CAP_PCIEXPRESS, &off, NULL) != 0) {
1073 if (pci_get_capability(pc, tag, PCI_CAP_MSI, &off, NULL) != 0) {
1108 if (pci_get_capability(pc, tag, PCI_CAP_MSIX, &off, NULL) != 0)
1141 if (!pci_get_capability(pc, tag, PCI_CAP_PWRMGMT, &offset, &value))
1205 if (!pci_get_capability(pc, tag, PCI_CAP_PWRMGMT, &offset, &value)) {
1377 if (pci_get_capability(priv->p_pc, priv->p_tag,