Searched refs:e_src (Results 1 – 3 of 3) sorted by relevance
654 struct aer_err_source *e_src) in pci_rootport_aer_stats_incr() argument661 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()1281 struct aer_err_source *e_src) in aer_isr_one_error() argument1286 pci_rootport_aer_stats_incr(pdev, e_src); in aer_isr_one_error()1293 e_info.id = ERR_COR_ID(e_src->id); in aer_isr_one_error()1307 e_info.id = ERR_UNCOR_ID(e_src->id); in aer_isr_one_error()1337 struct aer_err_source e_src; in aer_isr() local1342 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()1343 aer_isr_one_error(rpc, &e_src); in aer_isr()1360 struct aer_err_source e_src = {}; in aer_irq() local[all …]
599 goto e_src; in ccp_run_aes_cmac_cmd()612 goto e_src; in ccp_run_aes_cmac_cmd()619 e_src: in ccp_run_aes_cmac_cmd()898 e_src: in ccp_run_aes_gcm_cmd()1080 e_src: in ccp_run_aes_cmd()1280 e_src: in ccp_run_xts_aes_cmd()1475 e_src: in ccp_run_des3_cmd()1953 e_src: in ccp_run_rsa_cmd()2088 e_src: in ccp_run_passthru_cmd()2264 e_src: in ccp_run_ecc_mm_cmd()[all …]
2140 u8 *e_src; in mlx5hws_action_prepare_decap_l3_data() local2148 e_src = src + MLX5HWS_ACTION_HDR_LEN_L2; in mlx5hws_action_prepare_decap_l3_data()2150 e_src = src + MLX5HWS_ACTION_HDR_LEN_L2_W_VLAN; in mlx5hws_action_prepare_decap_l3_data()2162 e_src -= MLX5HWS_ACTION_INLINE_DATA_SIZE; in mlx5hws_action_prepare_decap_l3_data()2163 memcpy(dst, e_src, MLX5HWS_ACTION_INLINE_DATA_SIZE); /* data */ in mlx5hws_action_prepare_decap_l3_data()2167 e_src -= MLX5HWS_ACTION_INLINE_DATA_SIZE / 2; in mlx5hws_action_prepare_decap_l3_data()2169 memcpy(dst, e_src, 2); in mlx5hws_action_prepare_decap_l3_data()