Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
A Daer.c649 struct aer_err_source *e_src) in pci_rootport_aer_stats_incr() argument
656 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()
1276 struct aer_err_source *e_src) in aer_isr_one_error() argument
1281 pci_rootport_aer_stats_incr(pdev, e_src); in aer_isr_one_error()
1288 e_info.id = ERR_COR_ID(e_src->id); in aer_isr_one_error()
1302 e_info.id = ERR_UNCOR_ID(e_src->id); in aer_isr_one_error()
1332 struct aer_err_source e_src; in aer_isr() local
1337 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
1338 aer_isr_one_error(rpc, &e_src); in aer_isr()
1355 struct aer_err_source e_src = {}; in aer_irq() local
[all …]
/linux/drivers/crypto/ccp/
A Dccp-ops.c599 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 …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dmlx5hws_action.c2095 u8 *e_src; in mlx5hws_action_prepare_decap_l3_data() local
2103 e_src = src + MLX5HWS_ACTION_HDR_LEN_L2; in mlx5hws_action_prepare_decap_l3_data()
2105 e_src = src + MLX5HWS_ACTION_HDR_LEN_L2_W_VLAN; in mlx5hws_action_prepare_decap_l3_data()
2117 e_src -= MLX5HWS_ACTION_INLINE_DATA_SIZE; in mlx5hws_action_prepare_decap_l3_data()
2118 memcpy(dst, e_src, MLX5HWS_ACTION_INLINE_DATA_SIZE); /* data */ in mlx5hws_action_prepare_decap_l3_data()
2122 e_src -= MLX5HWS_ACTION_INLINE_DATA_SIZE / 2; in mlx5hws_action_prepare_decap_l3_data()
2124 memcpy(dst, e_src, 2); in mlx5hws_action_prepare_decap_l3_data()

Completed in 17 milliseconds