Searched refs:pci_write_vpd_any (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/pci/ |
D | vpd.c | 457 ssize_t pci_write_vpd_any(struct pci_dev *dev, loff_t pos, size_t count, const void *buf) in pci_write_vpd_any() function 461 EXPORT_SYMBOL(pci_write_vpd_any);
|
/linux-6.1.9/include/linux/ |
D | pci.h | 1382 ssize_t pci_write_vpd_any(struct pci_dev *dev, loff_t pos, size_t count, const void *buf);
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 615 ret = pci_write_vpd_any(adapter->pdev, EEPROM_STAT_ADDR, sizeof(u32), in t3_seeprom_wp()
|
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | sky2.c | 4298 rc = pci_write_vpd_any(sky2->hw->pdev, eeprom->offset, eeprom->len, in sky2_set_eeprom()
|