Home
last modified time | relevance | path

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

/linux-6.1.9/include/target/
Dtarget_core_backend.h79 void target_complete_cmd_with_sense(struct se_cmd *, u8, sense_reason_t);
/linux-6.1.9/drivers/target/
Dtarget_core_transport.c873 void target_complete_cmd_with_sense(struct se_cmd *cmd, u8 scsi_status, in target_complete_cmd_with_sense() function
913 EXPORT_SYMBOL(target_complete_cmd_with_sense);
917 target_complete_cmd_with_sense(cmd, scsi_status, scsi_status ? in target_complete_cmd()
Dtarget_core_xcopy.c781 target_complete_cmd_with_sense(ec_cmd, SAM_STAT_CHECK_CONDITION, sense_rc); in target_xcopy_do_work()