Home
last modified time | relevance | path

Searched refs:vpd_sn (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/sfc/
Defx.c199 left->vpd_sn && right->vpd_sn && in efx_same_controller()
200 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
930 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
Dnet_driver.h1114 char *vpd_sn; member
Defx_common.c1063 kfree(efx->vpd_sn); in efx_fini_struct()
/Linux-v5.15/drivers/net/ethernet/sfc/falcon/
Defx.c1156 left->vpd_sn && right->vpd_sn && in ef4_same_controller()
1157 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller()
2703 kfree(efx->vpd_sn); in ef4_fini_struct()
2810 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in ef4_probe_vpd_strings()
Dnet_driver.h893 char *vpd_sn; member