Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Defx.c191 left->vpd_sn && right->vpd_sn && in efx_same_controller()
192 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
926 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
Dnet_driver.h1156 char *vpd_sn; member
Defx_common.c1065 kfree(efx->vpd_sn); in efx_fini_struct()
/drivers/net/ethernet/sfc/falcon/
Defx.c1156 left->vpd_sn && right->vpd_sn && in ef4_same_controller()
1157 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller()
2703 kfree(efx->vpd_sn); in ef4_fini_struct()
2810 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in ef4_probe_vpd_strings()
Dnet_driver.h893 char *vpd_sn; member