Searched refs:vpd_sn (Results 1 – 2 of 2) sorted by relevance
1132 left->vpd_sn && right->vpd_sn && in efx_same_controller()1133 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()2767 kfree(efx->vpd_sn); in efx_fini_struct()2910 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings()2911 if (!efx->vpd_sn) in efx_probe_vpd_strings()2914 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
1066 char *vpd_sn; member