Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
H A Daer.c782 struct aer_err_source *e_src) in pci_rootport_aer_stats_incr() argument
789 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()
792 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in pci_rootport_aer_stats_incr()
793 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in pci_rootport_aer_stats_incr()
1408 struct aer_err_source *e_src) in aer_isr_one_error() argument
1410 u32 status = e_src->status; in aer_isr_one_error()
1412 pci_rootport_aer_stats_incr(root, e_src); in aer_isr_one_error()
1421 .id = ERR_COR_ID(e_src->id), in aer_isr_one_error()
1434 .id = ERR_UNCOR_ID(e_src->id), in aer_isr_one_error()
1455 struct aer_err_source e_src; in aer_isr() local
[all …]
/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()