Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Defx.c203 left->vpd_sn && right->vpd_sn && in efx_same_controller()
204 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
910 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
Dnet_driver.h1108 char *vpd_sn; member
Defx_common.c1074 kfree(efx->vpd_sn); in efx_siena_fini_struct()
/linux-6.1.9/drivers/net/ethernet/sfc/
Defx.c192 left->vpd_sn && right->vpd_sn && in efx_same_controller()
193 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
928 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
Dnet_driver.h1163 char *vpd_sn; member
Defx_common.c1064 kfree(efx->vpd_sn); in efx_fini_struct()
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/
Defx.c1147 left->vpd_sn && right->vpd_sn && in ef4_same_controller()
1148 !strcmp(left->vpd_sn, right->vpd_sn); in ef4_same_controller()
2693 kfree(efx->vpd_sn); in ef4_fini_struct()
2800 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in ef4_probe_vpd_strings()
Dnet_driver.h893 char *vpd_sn; member