Searched refs:errsts (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/edac/
H A Di82860_edac.c49 u16 errsts; member in struct:i82860_error_info
77 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts);
92 if ((info->errsts ^ info->errsts2) & 0x0003) {
110 if ((info->errsts ^ info->errsts2) & 0x0003) {
112 info->errsts = info->errsts2;
118 if (info->errsts & 0x0002)
H A Di82875p_edac.c168 u16 errsts; member in struct:i82875p_error_info
199 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts);
216 if ((info->errsts ^ info->errsts2) & 0x0081) {
237 if ((info->errsts ^ info->errsts2) & 0x0081) {
239 info->errsts = info->errsts2;
245 if (info->errsts & 0x0080)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_debug.c321 int errsts = 0; local
380 errsts = check_condition_result;
381 return schedule_resp(SCpnt, devip, done, errsts,
389 errsts = resp_inquiry(SCpnt, target, devip);
393 errsts = resp_requests(SCpnt, devip);
397 errsts = resp_start_stop(SCpnt, devip);
400 if ((errsts = check_readiness(SCpnt, 1, devip)))
407 errsts = check_readiness(SCpnt, 1, devip);
411 errsts = check_readiness(SCpnt, 0, devip);
414 errsts
1144 int power_cond, errsts, start; local
1166 int errsts; local
1201 int errsts, k, alloc_len; local
1463 int k, alloc_len, msense_6, offset, len, errsts, target_dev_id; local
1630 int param_len, res, errsts, mpage; local
1727 int ppc, sp, pcontrol, pcode, subpcode, alloc_len, errsts, len, n; local
[all...]

Completed in 55 milliseconds