Searched refs:vpd_sn (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | efx.c | 199 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()
|
D | net_driver.h | 1106 char *vpd_sn; member
|
D | efx_common.c | 1063 kfree(efx->vpd_sn); in efx_fini_struct()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1156 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()
|
D | net_driver.h | 893 char *vpd_sn; member
|