Searched refs:errsts (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/edac/ |
D | i3000_edac.c | 176 u16 errsts; member 204 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts); in i3000_get_error_info() 205 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_get_error_info() 218 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info() 241 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_process_error_info() 247 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info() 251 info->errsts = info->errsts2; in i3000_process_error_info() 260 if (info->errsts & I3000_ERRSTS_UE) in i3000_process_error_info()
|
D | i82875p_edac.c | 169 u16 errsts; member 199 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts); in i82875p_get_error_info() 201 if (!(info->errsts & 0x0081)) in i82875p_get_error_info() 215 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_get_error_info() 232 if (!(info->errsts & 0x0081)) in i82875p_process_error_info() 238 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_process_error_info() 242 info->errsts = info->errsts2; in i82875p_process_error_info() 248 if (info->errsts & 0x0080) in i82875p_process_error_info()
|
D | i82860_edac.c | 49 u16 errsts; member 77 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts); in i82860_get_error_info() 92 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_get_error_info() 111 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_process_error_info() 114 info->errsts = info->errsts2; in i82860_process_error_info() 121 if (info->errsts & 0x0002) in i82860_process_error_info()
|
D | x38_edac.c | 138 u16 errsts; member 179 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts); in x38_get_and_clear_error_info() 180 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_get_and_clear_error_info() 195 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info() 211 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_process_error_info() 214 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info() 218 info->errsts = info->errsts2; in x38_process_error_info()
|
D | i3200_edac.c | 153 u16 errsts; member 196 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts); in i3200_get_and_clear_error_info() 197 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_get_and_clear_error_info() 212 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info() 227 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_process_error_info() 230 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info() 233 info->errsts = info->errsts2; in i3200_process_error_info()
|
D | ie31200_edac.c | 148 u16 errsts; member 231 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts); in ie31200_get_and_clear_error_info() 232 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info() 247 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info() 263 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info() 266 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info() 269 info->errsts = info->errsts2; in ie31200_process_error_info()
|
D | i82975x_edac.c | 218 u16 errsts; member 251 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts); in i82975x_get_error_info() 269 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_get_error_info() 290 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_process_error_info() 293 info->errsts = info->errsts2; in i82975x_process_error_info() 316 if (info->errsts & 0x0002) in i82975x_process_error_info()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_debug.c | 1672 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local 1811 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes() 1813 return errsts; in resp_rsup_opcodes() 3420 int errsts; in resp_xdwriteread_10() local 3427 errsts = resp_read_dt0(scp, devip); in resp_xdwriteread_10() 3428 if (errsts) in resp_xdwriteread_10() 3429 return errsts; in resp_xdwriteread_10() 3431 errsts = resp_write_dt0(scp, devip); in resp_xdwriteread_10() 3432 if (errsts) in resp_xdwriteread_10() 3433 return errsts; in resp_xdwriteread_10() [all …]
|