Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/
Dmesh.c1033 int err, exc, count; in handle_error() local
1037 exc = in_8(&mr->exception); in handle_error()
1040 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1054 if (exc & EXC_RESELECTED) { in handle_error()
1094 if (exc & EXC_RESELECTED) { in handle_error()
1102 if (exc == EXC_PHASEMM) { in handle_error()
1109 err, exc); in handle_error()
1111 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1127 int exc; in handle_exception() local
1130 exc = in_8(&mr->exception); in handle_exception()
[all …]
/drivers/pci/pcie/
Ddpc.c154 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
164 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc); in dpc_process_rp_pio_error()
166 sev, syserr, exc); in dpc_process_rp_pio_error()