Home
last modified time | relevance | path

Searched refs:SCSI_DH_RETRY (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/scsi/
Dscsi_dh.h50 SCSI_DH_RETRY, /* retry the req, but not immediately */ enumerator
/linux-4.1.27/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c186 rc = SCSI_DH_RETRY; in start_done()
217 if (err == SCSI_DH_RETRY) { in start_stop_endio()
Dscsi_dh_rdac.c557 err = SCSI_DH_RETRY; in mode_select_handle_sense()
564 err = SCSI_DH_RETRY; in mode_select_handle_sense()
619 if (err == SCSI_DH_RETRY && retry_cnt--) in send_mode_select()
651 return SCSI_DH_RETRY; in queue_mode_select()
Dscsi_dh_alua.c249 err = SCSI_DH_RETRY; in stpg_endio()
654 err = SCSI_DH_RETRY; in alua_rtpg()
777 err = SCSI_DH_RETRY; in alua_activate()
/linux-4.1.27/drivers/md/
Ddm-mpath.c1186 case SCSI_DH_RETRY: in pg_init_done()