Searched refs:target_complete_cmd_with_length (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/target/ |
D | target_core_backend.h | 84 void target_complete_cmd_with_length(struct se_cmd *, u8, int);
|
/linux-6.6.21/drivers/target/ |
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() 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()
|
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()
|
D | target_core_pscsi.c | 1023 target_complete_cmd_with_length(cmd, scsi_status, valid_data); in pscsi_req_done()
|
D | target_core_transport.c | 971 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);
|
D | target_core_alua.c | 261 target_complete_cmd_with_length(cmd, SAM_STAT_GOOD, rd_len + 4); in target_emulate_report_target_port_groups()
|
D | target_core_user.c | 1387 target_complete_cmd_with_length(cmd->se_cmd, in tcmu_handle_completion()
|