Home
last modified time | relevance | path

Searched refs:pci_vpd_alloc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/pci/
H A Dvpd.c343 void *pci_vpd_alloc(struct pci_dev *dev, unsigned int *size) in pci_vpd_alloc() function
368 EXPORT_SYMBOL_GPL(pci_vpd_alloc);
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c50 vpd_data = pci_vpd_alloc(pdev, &vpd_size); in mlx5_devlink_serial_numbers_put()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c903 vpd_data = pci_vpd_alloc(dev, &vpd_size); in efx_probe_vpd_strings()
/linux/drivers/net/ethernet/sfc/
H A Defx.c1008 vpd_data = pci_vpd_alloc(dev, &vpd_size); in efx_probe_vpd_strings()
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c2770 vpd_data = pci_vpd_alloc(dev, &vpd_size); in ef4_probe_vpd_strings()
/linux/include/linux/
H A Dpci.h2781 void *pci_vpd_alloc(struct pci_dev *dev, unsigned int *size);
/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c12952 buf = pci_vpd_alloc(tp->pdev, vpdlen); in tg3_vpd_readblock()