Home
last modified time | relevance | path

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

/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()
2847 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in ef4_probe_vpd_strings()
2848 if (!efx->vpd_sn) in ef4_probe_vpd_strings()
2851 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in ef4_probe_vpd_strings()
Dnet_driver.h893 char *vpd_sn; member
/drivers/net/ethernet/sfc/
Defx.c1215 left->vpd_sn && right->vpd_sn && in efx_same_controller()
1216 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
3093 kfree(efx->vpd_sn); in efx_fini_struct()
3432 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings()
3433 if (!efx->vpd_sn) in efx_probe_vpd_strings()
3436 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
Dnet_driver.h1084 char *vpd_sn; member