Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv_core.c689 struct aer_err_source *e_src) in aer_isr_one_error() argument
705 if (e_src->status & PCI_ERR_ROOT_COR_RCV) { in aer_isr_one_error()
706 e_info->id = ERR_COR_ID(e_src->id); in aer_isr_one_error()
709 if (e_src->status & PCI_ERR_ROOT_MULTI_COR_RCV) in aer_isr_one_error()
720 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in aer_isr_one_error()
721 e_info->id = ERR_UNCOR_ID(e_src->id); in aer_isr_one_error()
723 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in aer_isr_one_error()
728 if (e_src->status & PCI_ERR_ROOT_MULTI_UNCOR_RCV) in aer_isr_one_error()
751 static int get_e_source(struct aer_rpc *rpc, struct aer_err_source *e_src) in get_e_source() argument
762 *e_src = rpc->e_sources[rpc->cons_idx]; in get_e_source()
[all …]
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c981 goto e_src; in ccp_run_aes_cmac_cmd()
990 goto e_src; in ccp_run_aes_cmac_cmd()
997 goto e_src; in ccp_run_aes_cmac_cmd()
1010 goto e_src; in ccp_run_aes_cmac_cmd()
1017 e_src: in ccp_run_aes_cmac_cmd()
1139 goto e_src; in ccp_run_aes_cmd()
1185 e_src: in ccp_run_aes_cmd()
1312 goto e_src; in ccp_run_xts_aes_cmd()
1348 e_src: in ccp_run_xts_aes_cmd()
1636 goto e_src; in ccp_run_rsa_cmd()
[all …]