Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c202 left->vpd_sn && right->vpd_sn && in efx_same_controller()
203 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
921 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
H A Dnet_driver.h1099 char *vpd_sn; member
H A Defx_common.c1067 kfree(efx->vpd_sn); in efx_siena_fini_struct()
/linux/drivers/net/ethernet/sfc/
H A Defx.c193 left->vpd_sn && right->vpd_sn && in efx_same_controller()
194 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
1022 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
H A Dnet_driver.h1178 char *vpd_sn; member
H A Defx_common.c1042 kfree(efx->vpd_sn); in efx_fini_struct()
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1146 left->vpd_sn && right->vpd_sn && in ef4_same_controller()
1147 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller()
2683 kfree(efx->vpd_sn); in ef4_fini_struct()
2788 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in ef4_probe_vpd_strings()