/Linux-v6.6/drivers/s390/scsi/ |
D | zfcp_fc.h | 308 fcp_rsp->resp.fr_status == SAM_STAT_GOOD) in zfcp_fc_eval_fcp_rsp() 312 if (fcp_rsp->resp.fr_status == SAM_STAT_GOOD) in zfcp_fc_eval_fcp_rsp()
|
D | zfcp_dbf.h | 342 (fr_status == SAM_STAT_GOOD); in zfcp_dbf_hba_fsf_resp_suppress()
|
/Linux-v6.6/drivers/usb/storage/ |
D | isd200.c | 633 srb->result = SAM_STAT_GOOD; in isd200_invoke_transport() 681 srb->result = SAM_STAT_GOOD; in isd200_invoke_transport() 1241 srb->result = SAM_STAT_GOOD; in isd200_scsi_to_ata() 1261 srb->result = SAM_STAT_GOOD; in isd200_scsi_to_ata() 1279 srb->result = SAM_STAT_GOOD; in isd200_scsi_to_ata() 1302 srb->result = SAM_STAT_GOOD; in isd200_scsi_to_ata() 1387 srb->result = SAM_STAT_GOOD; in isd200_scsi_to_ata() 1413 srb->result = SAM_STAT_GOOD; in isd200_scsi_to_ata()
|
D | transport.c | 563 if (srb->result == SAM_STAT_GOOD && scsi_get_resid(srb) == 0) { in last_sector_hacks() 637 srb->result = SAM_STAT_GOOD; in usb_stor_invoke_transport() 831 srb->result = SAM_STAT_GOOD; in usb_stor_invoke_transport() 871 if (srb->result == SAM_STAT_GOOD) { in usb_stor_invoke_transport() 891 if ((srb->result == SAM_STAT_GOOD || srb->sense_buffer[2] == 0) && in usb_stor_invoke_transport()
|
D | cypress_atacb.c | 187 if (tmp_result != SAM_STAT_GOOD) in cypress_atacb_passthrough()
|
D | realtek_cr.c | 825 srb->result = SAM_STAT_GOOD; in rts51x_invoke_transport() 843 srb->result = SAM_STAT_GOOD; in rts51x_invoke_transport() 853 if (srb->result == SAM_STAT_GOOD) { in rts51x_invoke_transport()
|
/Linux-v6.6/drivers/target/ |
D | target_core_sbc.c | 70 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 8); in sbc_emulate_readcapacity() 133 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 32); in sbc_emulate_readcapacity_16() 165 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_startstop() 205 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_write_same_unmap() 212 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_emulate_noop() 1094 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap() 1157 target_complete_cmd(cmd, SAM_STAT_GOOD); in sbc_execute_unmap()
|
D | target_core_file.c | 260 target_complete_cmd(cmd->cmd, SAM_STAT_GOOD); in cmd_rw_aio_complete() 396 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache() 422 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_sync_cache() 478 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_write_same() 663 target_complete_cmd(cmd, SAM_STAT_GOOD); in fd_execute_rw_buffered()
|
D | target_core_spc.c | 785 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, len); in spc_emulate_inquiry() 1139 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, length); in spc_emulate_modesense() 1157 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_modeselect() 1200 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_modeselect() 1233 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_request_sense() 1300 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 8 + lun_count * 8); in spc_emulate_report_luns() 1308 target_complete_cmd(cmd, SAM_STAT_GOOD); in spc_emulate_testunitready() 2259 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, response_length); in spc_emulate_report_supp_op_codes()
|
D | target_core_iblock.c | 328 status = SAM_STAT_GOOD; in iblock_complete_cmd() 403 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_end_io_flush() 425 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_sync_cache() 484 target_complete_cmd(cmd, SAM_STAT_GOOD); in iblock_execute_zero_out()
|
D | target_core_xcopy.c | 762 target_complete_cmd(ec_cmd, SAM_STAT_GOOD); in target_xcopy_do_work() 891 target_complete_cmd(se_cmd, SAM_STAT_GOOD); in target_do_xcopy() 1001 target_complete_cmd(se_cmd, SAM_STAT_GOOD); in target_rcr_operating_parameters()
|
D | target_core_pscsi.c | 608 scsi_status == SAM_STAT_GOOD) { in pscsi_complete_cmd() 644 scsi_status == SAM_STAT_GOOD) { in pscsi_complete_cmd() 1011 if (scsi_status != SAM_STAT_GOOD) { in pscsi_req_done()
|
D | target_core_rd.c | 433 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw() 528 target_complete_cmd(cmd, SAM_STAT_GOOD); in rd_execute_rw()
|
D | target_core_alua.c | 126 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_emulate_report_referrals() 261 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, rd_len + 4); in target_emulate_report_target_port_groups() 430 target_complete_cmd(cmd, SAM_STAT_GOOD); in target_emulate_set_target_port_groups()
|
/Linux-v6.6/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 280 if (status == SAM_STAT_GOOD) in ft_send_resp_status() 288 if (status == SAM_STAT_GOOD) { in ft_send_resp_status() 312 cmd->req_frame, SAM_STAT_GOOD, code); in ft_send_resp_code()
|
/Linux-v6.6/drivers/scsi/aacraid/ |
D | aachba.c | 570 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in get_container_name_callback() 1109 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in get_container_serial_callback() 2375 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in io_callback() 2620 cmd->result = DID_OK << 16 | SAM_STAT_GOOD; in synchronize_callback() 2702 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in aac_start_stop_callback() 2719 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in aac_start_stop() 2879 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in aac_scsi_cmd() 2908 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in aac_scsi_cmd() 2919 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in aac_scsi_cmd() 2928 scsicmd->result = DID_OK << 16 | SAM_STAT_GOOD; in aac_scsi_cmd() [all …]
|
/Linux-v6.6/include/scsi/ |
D | scsi.h | 214 return ((status == SAM_STAT_GOOD) || in scsi_status_is_good()
|
D | scsi_proto.h | 199 SAM_STAT_GOOD = 0x00, enumerator
|
/Linux-v6.6/drivers/scsi/ |
D | aha152x.c | 1427 done(shpnt, SAM_STAT_GOOD, DID_ERROR); in busfree_run() 1552 done(shpnt, SAM_STAT_GOOD, DID_NO_CONNECT); in seldo_run() 1592 done(shpnt, SAM_STAT_GOOD, DID_ABORT); in selto_run() 1594 done(shpnt, SAM_STAT_GOOD, DID_BUS_BUSY); in selto_run() 1597 done(shpnt, SAM_STAT_GOOD, DID_NO_CONNECT); in selto_run() 1939 done(shpnt, SAM_STAT_GOOD, DID_ERROR); in cmd_init() 2282 done(shpnt, SAM_STAT_GOOD, DID_PARITY); in parerr_run() 2313 done(shpnt, SAM_STAT_GOOD, DID_RESET); in rsti_run()
|
D | qlogicfas408.c | 473 set_status_byte(cmd, SAM_STAT_GOOD); in qlogicfas408_queuecommand_lck()
|
/Linux-v6.6/include/trace/events/ |
D | target.h | 120 { SAM_STAT_GOOD, "GOOD" }, \
|
D | scsi.h | 130 scsi_statusbyte_name(SAM_STAT_GOOD), \
|
/Linux-v6.6/drivers/scsi/esas2r/ |
D | esas2r_int.c | 193 if (scsistatus == SAM_STAT_GOOD || scsistatus == in esas2r_handle_outbound_rsp_err() 199 SAM_STAT_GOOD; in esas2r_handle_outbound_rsp_err()
|
/Linux-v6.6/drivers/ata/ |
D | libata-scsi.c | 1279 scmd->result = SAM_STAT_GOOD; in ata_scsi_start_stop_xlat() 1508 scmd->result = SAM_STAT_GOOD; in ata_scsi_verify_xlat() 1645 scmd->result = SAM_STAT_GOOD; in ata_scsi_rw_xlat() 1810 cmd->result = SAM_STAT_GOOD; in ata_scsi_rbuf_fill() 2653 cmd->result = SAM_STAT_GOOD; in atapi_qc_complete() 3977 scmd->result = SAM_STAT_GOOD; in ata_scsi_mode_select_xlat()
|
/Linux-v6.6/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 768 #define S_GOOD SAM_STAT_GOOD
|