Home
last modified time | relevance | path

Searched refs:e_src (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/ccp/
H A Dccp-ops.c582 goto e_src; in ccp_run_aes_cmac_cmd()
588 goto e_src; in ccp_run_aes_cmac_cmd()
593 goto e_src; in ccp_run_aes_cmac_cmd()
600 goto e_src; in ccp_run_aes_cmac_cmd()
613 goto e_src; in ccp_run_aes_cmac_cmd()
620 e_src: in ccp_run_aes_cmac_cmd()
802 goto e_src; in ccp_run_aes_gcm_cmd()
908 e_src: in ccp_run_aes_gcm_cmd()
1044 goto e_src; in ccp_run_aes_cmd()
1090 e_src: in ccp_run_aes_cmd()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2139 u8 *e_src; in mlx5hws_action_prepare_decap_l3_data() local
2147 e_src = src + MLX5HWS_ACTION_HDR_LEN_L2; in mlx5hws_action_prepare_decap_l3_data()
2149 e_src = src + MLX5HWS_ACTION_HDR_LEN_L2_W_VLAN; in mlx5hws_action_prepare_decap_l3_data()
2161 e_src -= MLX5HWS_ACTION_INLINE_DATA_SIZE; in mlx5hws_action_prepare_decap_l3_data()
2162 memcpy(dst, e_src, MLX5HWS_ACTION_INLINE_DATA_SIZE); /* data */ in mlx5hws_action_prepare_decap_l3_data()
2166 e_src -= MLX5HWS_ACTION_INLINE_DATA_SIZE / 2; in mlx5hws_action_prepare_decap_l3_data()
2168 memcpy(dst, e_src, 2); in mlx5hws_action_prepare_decap_l3_data()