Home
last modified time | relevance | path

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

/linux-4.1.27/include/target/
Dtarget_core_backend.h71 void target_complete_cmd_with_length(struct se_cmd *, u8, int);
/linux-4.1.27/drivers/target/
Dtarget_core_spc.c754 target_complete_cmd_with_length(cmd, GOOD, len); in spc_emulate_inquiry()
1092 target_complete_cmd_with_length(cmd, GOOD, length); in spc_emulate_modesense()
1268 target_complete_cmd_with_length(cmd, GOOD, 8 + lun_count * 8); in spc_emulate_report_luns()
Dtarget_core_sbc.c87 target_complete_cmd_with_length(cmd, GOOD, 8); in sbc_emulate_readcapacity()
152 target_complete_cmd_with_length(cmd, GOOD, 32); in sbc_emulate_readcapacity_16()
Dtarget_core_transport.c749 void target_complete_cmd_with_length(struct se_cmd *cmd, u8 scsi_status, int length) in target_complete_cmd_with_length() function
764 EXPORT_SYMBOL(target_complete_cmd_with_length);