Searched refs:vpd_sn (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx.c | 191 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 D | net_driver.h | 968 * @vpd_sn: Serial number read from VPD 1148 char *vpd_sn; member
|
H A D | efx_common.c | 1065 kfree(efx->vpd_sn); in efx_fini_struct()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx.c | 192 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 D | net_driver.h | 957 * @vpd_sn: Serial number read from VPD 1142 char *vpd_sn; member
|
H A D | efx_common.c | 1059 kfree(efx->vpd_sn); in efx_fini_struct()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 202 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 D | net_driver.h | 927 * @vpd_sn: Serial number read from VPD 1108 char *vpd_sn; member
|
H A D | efx_common.c | 1074 kfree(efx->vpd_sn); in efx_siena_fini_struct()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1156 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 D | net_driver.h | 751 * @vpd_sn: Serial number read from VPD 893 char *vpd_sn; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1146 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 D | net_driver.h | 751 * @vpd_sn: Serial number read from VPD 893 char *vpd_sn; member
|
Completed in 31 milliseconds