Searched refs:target_complete_cmd_with_length (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/target/ |
D | target_core_backend.h | 72 void target_complete_cmd_with_length(struct se_cmd *, u8, int);
|
/Linux-v4.19/drivers/target/ |
D | target_core_spc.c | 760 target_complete_cmd_with_length(cmd, GOOD, len); in spc_emulate_inquiry() 1105 target_complete_cmd_with_length(cmd, GOOD, length); in spc_emulate_modesense() 1266 target_complete_cmd_with_length(cmd, GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
|
D | target_core_sbc.c | 83 target_complete_cmd_with_length(cmd, GOOD, 8); in sbc_emulate_readcapacity() 146 target_complete_cmd_with_length(cmd, GOOD, 32); in sbc_emulate_readcapacity_16()
|
D | target_core_pscsi.c | 1086 target_complete_cmd_with_length(cmd, scsi_status, in pscsi_req_done()
|
D | target_core_transport.c | 829 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length() function 846 EXPORT_SYMBOL(target_complete_cmd_with_length);
|
D | target_core_user.c | 1186 target_complete_cmd_with_length(cmd->se_cmd, in tcmu_handle_completion()
|