PCI_CAP_ID_VPD
pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD);
int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD);
int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD);
dev->vpd.cap = pci_find_capability(dev, PCI_CAP_ID_VPD);
ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD,
free_perm_bits(&cap_perms[PCI_CAP_ID_VPD]);
ret |= init_pci_cap_vpd_perm(&cap_perms[PCI_CAP_ID_VPD]);
[PCI_CAP_ID_VPD] = PCI_CAP_VPD_SIZEOF,
if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD]))
.capability = PCI_CAP_ID_VPD,