Searched refs:handle_errors (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/edac/ |
D | e7xxx_edac.c | 287 int handle_errors) in e7xxx_process_error_info() argument 297 if (handle_errors) in e7xxx_process_error_info() 304 if (handle_errors) in e7xxx_process_error_info() 311 if (handle_errors) { in e7xxx_process_error_info() 322 if (handle_errors) { in e7xxx_process_error_info()
|
D | e752x_edac.c | 948 int handle_errors) in e752x_process_error_info() argument 958 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 961 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info() 967 global_error(1, error32, &error_found, handle_errors); in e752x_process_error_info() 970 global_error(0, stat32, &error_found, handle_errors); in e752x_process_error_info() 972 e752x_check_hub_interface(info, &error_found, handle_errors); in e752x_process_error_info() 973 e752x_check_ns_interface(info, &error_found, handle_errors); in e752x_process_error_info() 974 e752x_check_sysbus(info, &error_found, handle_errors); in e752x_process_error_info() 975 e752x_check_membuf(info, &error_found, handle_errors); in e752x_process_error_info() 976 e752x_check_dram(mci, info, &error_found, handle_errors); in e752x_process_error_info()
|
D | amd76x_edac.c | 133 int handle_errors) in amd76x_process_error_info() argument 146 if (handle_errors) { in amd76x_process_error_info() 161 if (handle_errors) { in amd76x_process_error_info()
|
D | r82600_edac.c | 161 int handle_errors) in r82600_process_error_info() argument 181 if (handle_errors) in r82600_process_error_info() 192 if (handle_errors) in r82600_process_error_info()
|
D | i82443bxgx_edac.c | 145 *info, int handle_errors) in i82443bxgx_edacmc_process_error_info() argument 158 if (handle_errors) in i82443bxgx_edacmc_process_error_info() 167 if (handle_errors) in i82443bxgx_edacmc_process_error_info()
|
D | i82860_edac.c | 100 int handle_errors) in i82860_process_error_info() argument 108 if (!handle_errors) in i82860_process_error_info()
|
D | i3000_edac.c | 234 int handle_errors) in i3000_process_error_info() argument 244 if (!handle_errors) in i3000_process_error_info()
|
D | i82875p_edac.c | 226 int handle_errors) in i82875p_process_error_info() argument 235 if (!handle_errors) in i82875p_process_error_info()
|
D | i5000_edac.c | 462 int handle_errors) in i5000_process_fatal_error_info() argument 543 int handle_errors) in i5000_process_nonfatal_error_info() argument 739 int handle_errors) in i5000_process_error_info() argument 742 i5000_process_fatal_error_info(mci, info, handle_errors); in i5000_process_error_info() 745 i5000_process_nonfatal_error_info(mci, info, handle_errors); in i5000_process_error_info()
|
D | i82975x_edac.c | 279 struct i82975x_error_info *info, int handle_errors) in i82975x_process_error_info() argument 287 if (!handle_errors) in i82975x_process_error_info()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_intr.c | 629 static int handle_errors(struct ipath_devdata *dd, ipath_err_t errs) in handle_errors() function 1142 chk0rcv |= handle_errors(dd, estat); in ipath_intr()
|