Searched refs:vpd_sn (Results 1 – 2 of 2) sorted by relevance
1161 left->vpd_sn && right->vpd_sn && in efx_same_controller()1162 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()2898 kfree(efx->vpd_sn); in efx_fini_struct()3045 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings()3046 if (!efx->vpd_sn) in efx_probe_vpd_strings()3049 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
1053 char *vpd_sn; member