Searched refs:e_src (Results 1 – 1 of 1) sorted by relevance
706 struct aer_err_source *e_src) in pci_rootport_aer_stats_incr() argument713 if (e_src->status & PCI_ERR_ROOT_COR_RCV) in pci_rootport_aer_stats_incr()716 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in pci_rootport_aer_stats_incr()717 if (e_src->status & PCI_ERR_ROOT_FATAL_RCV) in pci_rootport_aer_stats_incr()1172 struct aer_err_source *e_src) in aer_isr_one_error() argument1177 pci_rootport_aer_stats_incr(pdev, e_src); in aer_isr_one_error()1183 if (e_src->status & PCI_ERR_ROOT_COR_RCV) { in aer_isr_one_error()1184 e_info->id = ERR_COR_ID(e_src->id); in aer_isr_one_error()1187 if (e_src->status & PCI_ERR_ROOT_MULTI_COR_RCV) in aer_isr_one_error()1197 if (e_src->status & PCI_ERR_ROOT_UNCOR_RCV) { in aer_isr_one_error()[all …]