Searched refs:errsts (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/edac/ |
D | i3000_edac.c | 174 u16 errsts; member 202 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts); in i3000_get_error_info() 203 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_get_error_info() 216 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info() 239 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_process_error_info() 245 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info() 249 info->errsts = info->errsts2; in i3000_process_error_info() 258 if (info->errsts & I3000_ERRSTS_UE) in i3000_process_error_info()
|
D | i82875p_edac.c | 168 u16 errsts; member 198 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts); in i82875p_get_error_info() 200 if (!(info->errsts & 0x0081)) in i82875p_get_error_info() 214 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_get_error_info() 231 if (!(info->errsts & 0x0081)) in i82875p_process_error_info() 237 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_process_error_info() 241 info->errsts = info->errsts2; in i82875p_process_error_info() 247 if (info->errsts & 0x0080) in i82875p_process_error_info()
|
D | i82860_edac.c | 48 u16 errsts; member 76 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts); in i82860_get_error_info() 91 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_get_error_info() 110 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_process_error_info() 113 info->errsts = info->errsts2; in i82860_process_error_info() 120 if (info->errsts & 0x0002) in i82860_process_error_info()
|
D | x38_edac.c | 136 u16 errsts; member 177 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts); in x38_get_and_clear_error_info() 178 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_get_and_clear_error_info() 193 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info() 209 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_process_error_info() 212 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info() 216 info->errsts = info->errsts2; in x38_process_error_info()
|
D | i3200_edac.c | 151 u16 errsts; member 194 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts); in i3200_get_and_clear_error_info() 195 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_get_and_clear_error_info() 210 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info() 225 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_process_error_info() 228 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info() 231 info->errsts = info->errsts2; in i3200_process_error_info()
|
D | ie31200_edac.c | 166 u16 errsts; member 247 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts); in ie31200_get_and_clear_error_info() 248 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info() 263 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info() 279 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info() 282 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info() 285 info->errsts = info->errsts2; in ie31200_process_error_info()
|
D | i82975x_edac.c | 217 u16 errsts; member 250 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts); in i82975x_get_error_info() 268 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_get_error_info() 289 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_process_error_info() 292 info->errsts = info->errsts2; in i82975x_process_error_info() 315 if (info->errsts & 0x0002) in i82975x_process_error_info()
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_debug.c | 1784 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local 1923 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes() 1925 return errsts; in resp_rsup_opcodes() 3763 int errsts; in resp_xdwriteread_10() local 3770 errsts = resp_read_dt0(scp, devip); in resp_xdwriteread_10() 3771 if (errsts) in resp_xdwriteread_10() 3772 return errsts; in resp_xdwriteread_10() 3774 errsts = resp_write_dt0(scp, devip); in resp_xdwriteread_10() 3775 if (errsts) in resp_xdwriteread_10() 3776 return errsts; in resp_xdwriteread_10() [all …]
|