Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_spc.c756 target_complete_cmd_with_length(cmd, GOOD, len); in spc_emulate_inquiry()
1102 target_complete_cmd_with_length(cmd, GOOD, length); in spc_emulate_modesense()
1263 target_complete_cmd_with_length(cmd, GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
Dtarget_core_sbc.c88 target_complete_cmd_with_length(cmd, GOOD, 8); in sbc_emulate_readcapacity()
153 target_complete_cmd_with_length(cmd, GOOD, 32); in sbc_emulate_readcapacity_16()
Dtarget_core_transport.c757 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length() function
772 EXPORT_SYMBOL(target_complete_cmd_with_length);