Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/xen-pciback/
Dconf_space_capability.c197 .capability = PCI_CAP_ID_VPD,
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_config.c53 [PCI_CAP_ID_VPD] = PCI_CAP_VPD_SIZEOF,
720 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD])) in init_pci_cap_vpd_perm()
860 free_perm_bits(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_uninit_perm_bits()
878 ret |= init_pci_cap_vpd_perm(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_init_perm_bits()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h202 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/linux-4.4.14/drivers/pci/
Daccess.c483 cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_pci22_init()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dskge.c824 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_get_eeprom()
850 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_set_eeprom()
Dsky2.c4343 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_get_eeprom()
4357 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_set_eeprom()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c314 ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD, in csio_hw_get_vpd_params()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3645 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()