Searched refs:DID_REQUEUE (Results 1 – 16 of 16) sorted by relevance
| /linux/include/scsi/ |
| H A D | scsi_status.h | 58 DID_REQUEUE = 0x0d, /* Requeue command (no immediate retry) also enumerator
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 1659 host_status = DID_REQUEUE; in csio_scsi_err_handler() 1803 cmnd->result = (DID_REQUEUE << 16); in csio_queuecommand() 1992 if (host_byte(cmnd->result) == DID_REQUEUE) { in csio_eh_abort_handler()
|
| /linux/drivers/scsi/ |
| H A D | storvsc_drv.c | 1004 set_host_byte(scmnd, DID_REQUEUE); in storvsc_handle_error() 1020 set_host_byte(scmnd, DID_REQUEUE); in storvsc_handle_error()
|
| H A D | xen-scsifront.c | 287 return DID_REQUEUE; in scsifront_host_byte()
|
| H A D | scsi_error.c | 1990 case DID_REQUEUE: in scsi_decide_disposition()
|
| H A D | sd.c | 1929 case DID_REQUEUE: in sd_sync_cache()
|
| H A D | scsi_debug.c | 2068 return DID_REQUEUE << 16; in resp_inquiry() 2421 return DID_REQUEUE << 16; in resp_report_tgtpgs()
|
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvfc.c | 125 { IBMVFC_FABRIC_MAPPED, IBMVFC_LINK_DOWN_ERR, DID_REQUEUE, 0, 0, "link down" }, 132 { IBMVFC_FABRIC_MAPPED, IBMVFC_LINK_HALTED, DID_REQUEUE, 1, 0, "link halted" }, 135 { IBMVFC_VIOS_FAILURE, IBMVFC_CRQ_FAILURE, DID_REQUEUE, 1, 1, "CRQ failure" }, 142 { IBMVFC_VIOS_FAILURE, IBMVFC_INSUFFICIENT_RESOURCE, DID_REQUEUE, 1, 1, "insufficient resources" }, 150 { IBMVFC_FC_FAILURE, IBMVFC_LOGICAL_BUSY, DID_REQUEUE, 1, 0, "logical busy" }, 1918 result = DID_REQUEUE << 16; in ibmvfc_host_chkready() 3321 ibmvfc_purge_requests(vhost, DID_REQUEUE); in ibmvfc_handle_crq()
|
| H A D | ibmvscsi.c | 1809 purge_requests(hostdata, DID_REQUEUE); in ibmvscsi_handle_crq()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 1228 cmnd->result = DID_REQUEUE << 16; in bfad_im_queuecommand_lck()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 1984 new_status = DID_REQUEUE; in ahc_linux_queue_cmd_complete()
|
| H A D | aic79xx_osm.c | 2106 new_status = DID_REQUEUE; in ahd_linux_queue_cmd_complete()
|
| /linux/drivers/ata/ |
| H A D | libata-scsi.c | 1707 ata_scsi_qc_done(qc, true, DID_REQUEUE << 16); in ata_scsi_requeue_deferred_qc()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 2993 sym_set_cam_status(cp->cmd, DID_REQUEUE);
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fusion.c | 4895 int retval = (DID_REQUEUE << 16); in megasas_check_mpio_paths()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_os.c | 899 cmd->result = DID_REQUEUE << 16; in qla2xxx_queuecommand()
|