Searched refs:PCI_CAP_ID_VPD (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c285 .capability = PCI_CAP_ID_VPD,
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c47 [PCI_CAP_ID_VPD] = PCI_CAP_VPD_SIZEOF,
834 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD]))
1077 free_perm_bits(&cap_perms[PCI_CAP_ID_VPD]);
1095 ret |= init_pci_cap_vpd_perm(&cap_perms[PCI_CAP_ID_VPD]);
/linux-master/drivers/pci/
H A Dvpd.c269 dev->vpd.cap = pci_find_capability(dev, PCI_CAP_ID_VPD);
/linux-master/include/uapi/linux/
H A Dpci_regs.h213 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c832 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD);
858 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c314 ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD,
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3615 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD);

Completed in 301 milliseconds