Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv_core.c716 struct aer_err_source *e_src) in aer_isr_one_error() argument
732 if (e_src->status & PCI_ERR_ROOT_COR_RCV) { in aer_isr_one_error()
733 e_info->id = ERR_COR_ID(e_src->id); in aer_isr_one_error()
736 if (e_src->status & PCI_ERR_ROOT_MULTI_COR_RCV) in aer_isr_one_error()
747 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in aer_isr_one_error()
748 e_info->id = ERR_UNCOR_ID(e_src->id); in aer_isr_one_error()
750 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in aer_isr_one_error()
755 if (e_src->status & PCI_ERR_ROOT_MULTI_UNCOR_RCV) in aer_isr_one_error()
778 static int get_e_source(struct aer_rpc *rpc, struct aer_err_source *e_src) in get_e_source() argument
789 *e_src = rpc->e_sources[rpc->cons_idx]; in get_e_source()
[all …]
/linux-4.4.14/drivers/crypto/ccp/
Dccp-ops.c985 goto e_src; in ccp_run_aes_cmac_cmd()
994 goto e_src; in ccp_run_aes_cmac_cmd()
1001 goto e_src; in ccp_run_aes_cmac_cmd()
1014 goto e_src; in ccp_run_aes_cmac_cmd()
1021 e_src: in ccp_run_aes_cmac_cmd()
1143 goto e_src; in ccp_run_aes_cmd()
1189 e_src: in ccp_run_aes_cmd()
1316 goto e_src; in ccp_run_xts_aes_cmd()
1352 e_src: in ccp_run_xts_aes_cmd()
1634 goto e_src; in ccp_run_rsa_cmd()
[all …]