Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/xen-pciback/
Dconf_space_capability.c276 .capability = PCI_CAP_ID_VPD,
/Linux-v5.10/drivers/vfio/pci/
Dvfio_pci_config.c47 [PCI_CAP_ID_VPD] = PCI_CAP_VPD_SIZEOF,
797 if (alloc_perm_bits(perm, pci_cap_length[PCI_CAP_ID_VPD])) in init_pci_cap_vpd_perm()
1040 free_perm_bits(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_uninit_perm_bits()
1058 ret |= init_pci_cap_vpd_perm(&cap_perms[PCI_CAP_ID_VPD]); in vfio_pci_init_perm_bits()
/Linux-v5.10/drivers/pci/
Dvpd.c374 cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_init()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
/Linux-v5.10/drivers/net/ethernet/marvell/
Dskge.c825 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_get_eeprom()
851 int cap = pci_find_capability(pdev, PCI_CAP_ID_VPD); in skge_set_eeprom()
Dsky2.c4326 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_get_eeprom()
4340 int cap = pci_find_capability(sky2->hw->pdev, PCI_CAP_ID_VPD); in sky2_set_eeprom()
/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_hw.c314 ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD, in csio_hw_get_vpd_params()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3680 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3205 PCI_CAP_ID_VPD); in cxgb4_mgmt_fill_vf_station_mac_addr()