Home
last modified time | relevance | path

Searched refs:pci_vpd_check_csum (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/pci/
Dvpd.c520 int pci_vpd_check_csum(const void *buf, unsigned int len) in pci_vpd_check_csum() function
541 EXPORT_SYMBOL_GPL(pci_vpd_check_csum);
/linux-6.12.1/include/linux/
Dpci.h2571 int pci_vpd_check_csum(const void *buf, unsigned int len);
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c2772 ret = pci_vpd_check_csum(vpd, VPD_LEN); in t4_get_raw_vpd_params()
/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c13110 err = pci_vpd_check_csum(buf, len); in tg3_test_nvram()