Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
969 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings()
970 if (!efx->vpd_sn) in efx_probe_vpd_strings()
973 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
Dnet_driver.h1106 char *vpd_sn; member
Defx_common.c1063 kfree(efx->vpd_sn); in efx_fini_struct()
/kernel/linux/linux-5.10/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