Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/target/
H A Dtarget_core_backend.h76 void target_complete_cmd_with_length(struct se_cmd *, u8, int);
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_spc.c757 target_complete_cmd_with_length(cmd, GOOD, len); in spc_emulate_inquiry()
1111 target_complete_cmd_with_length(cmd, GOOD, length); in spc_emulate_modesense()
1272 target_complete_cmd_with_length(cmd, GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
H A Dtarget_core_sbc.c70 target_complete_cmd_with_length(cmd, GOOD, 8); in sbc_emulate_readcapacity()
133 target_complete_cmd_with_length(cmd, GOOD, 32); in sbc_emulate_readcapacity_16()
H A Dtarget_core_pscsi.c1064 target_complete_cmd_with_length(cmd, scsi_status, in pscsi_req_done()
H A Dtarget_core_transport.c891 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length() function
900 EXPORT_SYMBOL(target_complete_cmd_with_length);
H A Dtarget_core_alua.c258 target_complete_cmd_with_length(cmd, GOOD, rd_len + 4); in target_emulate_report_target_port_groups()
H A Dtarget_core_user.c1352 target_complete_cmd_with_length(cmd->se_cmd, in tcmu_handle_completion()