Home
last modified time | relevance | path

Searched refs:SCSI_DH_OK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c60 ret = SCSI_DH_OK; in tur_done()
85 int ret = SCSI_DH_OK, res; in hp_sw_tur()
106 ret = SCSI_DH_OK; in hp_sw_tur()
125 int res, rc = SCSI_DH_OK; in hp_sw_start_stop()
193 int ret = SCSI_DH_OK; in hp_sw_activate()
198 if (ret == SCSI_DH_OK && h->path_state == HP_SW_PATH_PASSIVE) in hp_sw_activate()
219 if (ret != SCSI_DH_OK) in hp_sw_bus_attach()
231 return SCSI_DH_OK; in hp_sw_bus_attach()
H A Dscsi_dh_emc.c138 int err = SCSI_DH_OK; in parse_sp_info_reply()
240 int err, res = SCSI_DH_OK, len; in send_trespass_cmd()
350 int err = SCSI_DH_OK; in clariion_std_inquiry()
391 if (result != SCSI_DH_OK) in clariion_activate()
398 if (result != SCSI_DH_OK) in clariion_activate()
406 if (result != SCSI_DH_OK) in clariion_activate()
431 int result = SCSI_DH_OK; in clariion_set_params()
466 if (result != SCSI_DH_OK) in clariion_set_params()
489 if (err != SCSI_DH_OK) in clariion_bus_attach()
493 if (err != SCSI_DH_OK) in clariion_bus_attach()
[all …]
H A Dscsi_dh_rdac.c383 err = SCSI_DH_OK; in get_lun_info()
431 err = SCSI_DH_OK; in check_ownership()
460 err = SCSI_DH_OK; in initialize_controller()
480 err = SCSI_DH_OK; in set_mode_select()
610 return SCSI_DH_OK; in queue_mode_select()
617 int err = SCSI_DH_OK; in rdac_activate()
621 if (err != SCSI_DH_OK) in rdac_activate()
740 if (err != SCSI_DH_OK) in rdac_bus_attach()
744 if (err != SCSI_DH_OK) in rdac_bus_attach()
748 if (err != SCSI_DH_OK) in rdac_bus_attach()
[all …]
H A Dscsi_dh_alua.c392 return SCSI_DH_OK; in alua_check_vpd()
511 return SCSI_DH_OK; in alua_tur()
573 return SCSI_DH_OK; in alua_rtpg()
755 err = SCSI_DH_OK; in alua_rtpg()
783 return SCSI_DH_OK; in alua_stpg()
788 return SCSI_DH_OK; in alua_stpg()
878 int err = SCSI_DH_OK; in alua_rtpg_work()
931 if (err != SCSI_DH_OK) in alua_rtpg_work()
1081 int result = SCSI_DH_OK; in alua_set_params()
1123 int err = SCSI_DH_OK; in alua_activate()
[all …]
/openbmc/linux/drivers/scsi/
H A Dscsi_dh.c133 if (error != SCSI_DH_OK) { in scsi_dh_handler_attach()
213 return SCSI_DH_OK; in scsi_register_device_handler()
234 return SCSI_DH_OK; in scsi_unregister_device_handler()
/openbmc/linux/include/scsi/
H A Dscsi_dh.h16 SCSI_DH_OK = 0, enumerator
/openbmc/linux/drivers/md/
H A Ddm-mpath.c1547 case SCSI_DH_OK: in pg_init_done()