Home
last modified time | relevance | path

Searched refs:errsts (Results 1 – 8 of 8) sorted by relevance

/drivers/scsi/
Dscsi_debug.c1119 int power_cond, errsts, start; in resp_start_stop() local
1121 errsts = check_readiness(scp, UAS_ONLY, devip); in resp_start_stop()
1122 if (errsts) in resp_start_stop()
1123 return errsts; in resp_start_stop()
1151 int errsts; in resp_readcap() local
1153 errsts = check_readiness(scp, UAS_ONLY, devip); in resp_readcap()
1154 if (errsts) in resp_readcap()
1155 return errsts; in resp_readcap()
1183 int errsts, k, alloc_len; in resp_readcap16() local
1185 errsts = check_readiness(scp, UAS_ONLY, devip); in resp_readcap16()
[all …]
/drivers/edac/
Di3000_edac.c176 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()
Di82875p_edac.c169 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()
Di82860_edac.c49 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()
Di3200_edac.c153 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()
Dx38_edac.c138 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()
Die31200_edac.c148 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()
Di82975x_edac.c218 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()