Home
last modified time | relevance | path

Searched refs:vpd_sn (Results 1 – 8 of 8) 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.c192 left->vpd_sn && right->vpd_sn && in efx_same_controller()
193 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
944 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
H A Dnet_driver.h1142 char *vpd_sn; member
H A Defx_common.c1057 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()
2692 kfree(efx->vpd_sn); in ef4_fini_struct()
2797 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in ef4_probe_vpd_strings()
H A Dnet_driver.h893 char *vpd_sn; member