Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A 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);
/openbmc/linux/include/linux/
H A Dpci.h2558 int pci_vpd_check_csum(const void *buf, unsigned int len);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2772 ret = pci_vpd_check_csum(vpd, VPD_LEN); in t4_get_raw_vpd_params()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c13045 err = pci_vpd_check_csum(buf, len); in tg3_test_nvram()