Searched refs:pci_vpd_alloc (Results 1 – 7 of 7) sorted by relevance
343 void *pci_vpd_alloc(struct pci_dev *dev, unsigned int *size) in pci_vpd_alloc() function368 EXPORT_SYMBOL_GPL(pci_vpd_alloc);
50 vpd_data = pci_vpd_alloc(pdev, &vpd_size); in mlx5_devlink_serial_numbers_put()
903 vpd_data = pci_vpd_alloc(dev, &vpd_size); in efx_probe_vpd_strings()
1008 vpd_data = pci_vpd_alloc(dev, &vpd_size); in efx_probe_vpd_strings()
2770 vpd_data = pci_vpd_alloc(dev, &vpd_size); in ef4_probe_vpd_strings()
2781 void *pci_vpd_alloc(struct pci_dev *dev, unsigned int *size);
12952 buf = pci_vpd_alloc(tp->pdev, vpdlen); in tg3_vpd_readblock()