Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
H A Daer.c785 struct aer_err_source *e_src) in pci_rootport_aer_stats_incr() argument
792 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()
795 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in pci_rootport_aer_stats_incr()
796 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in pci_rootport_aer_stats_incr()
1504 struct aer_err_source *e_src) in aer_isr_one_error() argument
1506 u32 status = e_src->status; in aer_isr_one_error()
1508 pci_rootport_aer_stats_incr(root, e_src); in aer_isr_one_error()
1517 .id = ERR_COR_ID(e_src->id), in aer_isr_one_error()
1530 .id = ERR_UNCOR_ID(e_src->id), in aer_isr_one_error()
1551 struct aer_err_source e_src; in aer_isr() local
[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()