Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c1158 left->vpd_sn && right->vpd_sn && in efx_same_controller()
1159 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
2895 kfree(efx->vpd_sn); in efx_fini_struct()
3042 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings()
3043 if (!efx->vpd_sn) in efx_probe_vpd_strings()
3046 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
Dnet_driver.h1053 char *vpd_sn; member