Home
last modified time | relevance | path

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

/linux-4.4.14/include/scsi/
Dscsi_dh.h50 SCSI_DH_RETRY, /* retry the req, but not immediately */ enumerator
/linux-4.4.14/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c180 rc = SCSI_DH_RETRY; in start_done()
211 if (err == SCSI_DH_RETRY) { in start_stop_endio()
Dscsi_dh_rdac.c551 err = SCSI_DH_RETRY; in mode_select_handle_sense()
558 err = SCSI_DH_RETRY; in mode_select_handle_sense()
613 if (err == SCSI_DH_RETRY && retry_cnt--) in send_mode_select()
645 return SCSI_DH_RETRY; in queue_mode_select()
Dscsi_dh_alua.c243 err = SCSI_DH_RETRY; in stpg_endio()
648 err = SCSI_DH_RETRY; in alua_rtpg()
771 err = SCSI_DH_RETRY; in alua_activate()
/linux-4.4.14/drivers/md/
Ddm-mpath.c1171 case SCSI_DH_RETRY: in pg_init_done()