Home
last modified time | relevance | path

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

/Linux-v5.15/include/target/
Dtarget_core_backend.h78 void target_complete_cmd_with_sense(struct se_cmd *, u8, sense_reason_t);
/Linux-v5.15/drivers/target/
Dtarget_core_transport.c857 void target_complete_cmd_with_sense(struct se_cmd *cmd, u8 scsi_status, in target_complete_cmd_with_sense() function
897 EXPORT_SYMBOL(target_complete_cmd_with_sense);
901 target_complete_cmd_with_sense(cmd, scsi_status, scsi_status ? in target_complete_cmd()
Dtarget_core_xcopy.c782 target_complete_cmd_with_sense(ec_cmd, SAM_STAT_CHECK_CONDITION, sense_rc); in target_xcopy_do_work()