Searched refs:PCI_CAP_ID_VPD (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/xen/xen-pciback/ |
D | conf_space_capability.c | 276 .capability = PCI_CAP_ID_VPD,
|
/Linux-v5.10/drivers/vfio/pci/ |
D | vfio_pci_config.c | 47 [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/ |
D | vpd.c | 374 cap = pci_find_capability(dev, PCI_CAP_ID_VPD); in pci_vpd_init()
|
/Linux-v5.10/include/uapi/linux/ |
D | pci_regs.h | 212 #define PCI_CAP_ID_VPD 0x03 /* Vital Product Data */ macro
|
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | skge.c | 825 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()
|
D | sky2.c | 4326 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/ |
D | csio_hw.c | 314 ret = csio_pci_capability(hw->pdev, PCI_CAP_ID_VPD, in csio_hw_get_vpd_params()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3680 pci_find_capability(adapter->pdev, PCI_CAP_ID_VPD); in t3_prep_adapter()
|
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 3205 PCI_CAP_ID_VPD); in cxgb4_mgmt_fill_vf_station_mac_addr()
|