Home
last modified time | relevance | path

Searched refs:PCI_CAP_ID_VPD (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c285 .capability = PCI_CAP_ID_VPD,
/openbmc/linux/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])) in init_pci_cap_vpd_perm()
1077 free_perm_bits(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_uninit_perm_bits()
1095 ret |= init_pci_cap_vpd_perm(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_init_perm_bits()
/openbmc/linux/drivers/pci/
H A Dvpd.c269 dev->vpd.cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h213 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/openbmc/u-boot/include/
H A Dpci.h318 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1736 .grp_id = PCI_CAP_ID_VPD,
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.c832 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_get_eeprom()
858 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_set_eeprom()
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c314 ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD, in csio_hw_get_vpd_params()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3615 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()