Home
last modified time | relevance | path

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

/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c285 .capability = PCI_CAP_ID_VPD,
/linux/drivers/pci/
H A Dvpd.c269 dev->vpd.cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_init()
/linux/include/uapi/linux/
H A Dpci_regs.h221 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/linux/drivers/net/ethernet/marvell/
H A Dskge.c830 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_get_eeprom()
856 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_set_eeprom()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3615 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()
/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()