Home
last modified time | relevance | path

Searched refs:vpd_sn (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Defx.c191 left->vpd_sn && right->vpd_sn && in efx_same_controller()
192 !strcmp(left->vpd_sn, right->vpd_sn); in efx_same_controller()
965 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in efx_probe_vpd_strings()
966 if (!efx->vpd_sn) in efx_probe_vpd_strings()
969 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in efx_probe_vpd_strings()
H A Dnet_driver.h968 * @vpd_sn: Serial number read from VPD
1148 char *vpd_sn; member
H A Defx_common.c1065 kfree(efx->vpd_sn); in efx_fini_struct()
/kernel/linux/linux-6.6/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()
926 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
H A Dnet_driver.h957 * @vpd_sn: Serial number read from VPD
1142 char *vpd_sn; member
H A Defx_common.c1059 kfree(efx->vpd_sn); in efx_fini_struct()
/kernel/linux/linux-6.6/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()
907 efx->vpd_sn = kmemdup_nul(vpd_data + start, kw_len, GFP_KERNEL); in efx_probe_vpd_strings()
H A Dnet_driver.h927 * @vpd_sn: Serial number read from VPD
1108 char *vpd_sn; member
H A Defx_common.c1074 kfree(efx->vpd_sn); in efx_siena_fini_struct()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A 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()
2847 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); in ef4_probe_vpd_strings()
2848 if (!efx->vpd_sn) in ef4_probe_vpd_strings()
2851 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); in ef4_probe_vpd_strings()
H A Dnet_driver.h751 * @vpd_sn: Serial number read from VPD
893 char *vpd_sn; member
/kernel/linux/linux-6.6/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.h751 * @vpd_sn: Serial number read from VPD
893 char *vpd_sn; member

Completed in 31 milliseconds