Searched refs:vpd_sn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1159 left->vpd_sn && right->vpd_sn && in ef4_same_controller() 1160 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller() 2706 kfree(efx->vpd_sn); in ef4_fini_struct() 2850 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in ef4_probe_vpd_strings() 2851 if (!efx->vpd_sn) in ef4_probe_vpd_strings() 2854 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in ef4_probe_vpd_strings()
|
D | net_driver.h | 896 char *vpd_sn; member
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | efx.c | 1218 left->vpd_sn && right->vpd_sn && in efx_same_controller() 1219 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller() 3096 kfree(efx->vpd_sn); in efx_fini_struct() 3435 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings() 3436 if (!efx->vpd_sn) in efx_probe_vpd_strings() 3439 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
|
D | net_driver.h | 1087 char *vpd_sn; member
|