Home
last modified time | relevance | path

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

/linux-6.6.21/include/target/
Dtarget_core_backend.h84 void target_complete_cmd_with_length(struct se_cmd *, u8, int);
/linux-6.6.21/drivers/target/
Dtarget_core_spc.c785 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()
1300 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
2259 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, response_length); in spc_emulate_report_supp_op_codes()
Dtarget_core_sbc.c70 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()
Dtarget_core_pscsi.c1023 target_complete_cmd_with_length(cmd, scsi_status, valid_data); in pscsi_req_done()
Dtarget_core_transport.c971 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length() function
980 EXPORT_SYMBOL(target_complete_cmd_with_length);
Dtarget_core_alua.c261 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, rd_len + 4); in target_emulate_report_target_port_groups()
Dtarget_core_user.c1387 target_complete_cmd_with_length(cmd->se_cmd, in tcmu_handle_completion()