Searched refs:FC_ERROR (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | main.h | 51 #define FC_ERROR 0x380 macro
|
H A D | main.c | 1304 writeq_be(0xFFFFFFFFU, &fc_port_regs[FC_ERROR / 8]); in afu_err_intr_init() 1561 /* FYI, it is 'okay' to clear AFU status before FC_ERROR */ in cxlflash_async_err_irq() 1585 * Do link reset first, some OTHER errors will set FC_ERROR in cxlflash_async_err_irq() 1597 reg = readq_be(&fc_port_regs[FC_ERROR / 8]); in cxlflash_async_err_irq() 1600 * Since all errors are unmasked, FC_ERROR and FC_ERRCAP in cxlflash_async_err_irq() 1607 writeq_be(reg, &fc_port_regs[FC_ERROR / 8]); in cxlflash_async_err_irq()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | main.h | 51 #define FC_ERROR 0x380 macro
|
H A D | main.c | 1304 writeq_be(0xFFFFFFFFU, &fc_port_regs[FC_ERROR / 8]); in afu_err_intr_init() 1561 /* FYI, it is 'okay' to clear AFU status before FC_ERROR */ in cxlflash_async_err_irq() 1585 * Do link reset first, some OTHER errors will set FC_ERROR in cxlflash_async_err_irq() 1597 reg = readq_be(&fc_port_regs[FC_ERROR / 8]); in cxlflash_async_err_irq() 1600 * Since all errors are unmasked, FC_ERROR and FC_ERRCAP in cxlflash_async_err_irq() 1607 writeq_be(reg, &fc_port_regs[FC_ERROR / 8]); in cxlflash_async_err_irq()
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 109 #define FC_ERROR 8 macro 299 * Sets the status code to be FC_ERROR and then calls 511 host_bcode = FC_ERROR; in fc_fcp_recv_data() 934 fsp->status_code = FC_ERROR; in fc_fcp_resp() 976 fsp->status_code = FC_ERROR; in fc_fcp_resp() 1233 fc_fcp_retry_cmd(fsp, FC_ERROR); in fc_fcp_error() 1413 fc_fcp_cleanup_each_cmd(lport, -1, -1, FC_ERROR); in fc_fcp_cleanup() 1669 fc_fcp_retry_cmd(fsp, FC_ERROR); in fc_fcp_rec_error() 1811 fc_fcp_recovery(fsp, FC_ERROR); in fc_fcp_srr_resp() 1841 fc_fcp_retry_cmd(fsp, FC_ERROR); in fc_fcp_srr_error() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 105 #define FC_ERROR 8 macro 293 * Sets the status code to be FC_ERROR and then calls 503 host_bcode = FC_ERROR; in fc_fcp_recv_data() 924 fsp->status_code = FC_ERROR; in fc_fcp_resp() 966 fsp->status_code = FC_ERROR; in fc_fcp_resp() 1223 fc_fcp_retry_cmd(fsp, FC_ERROR); in fc_fcp_error() 1403 fc_fcp_cleanup_each_cmd(lport, -1, -1, FC_ERROR); in fc_fcp_cleanup() 1659 fc_fcp_retry_cmd(fsp, FC_ERROR); in fc_fcp_rec_error() 1801 fc_fcp_recovery(fsp, FC_ERROR); in fc_fcp_srr_resp() 1831 fc_fcp_retry_cmd(fsp, FC_ERROR); in fc_fcp_srr_error() [all...] |
Completed in 22 milliseconds