Home
last modified time | relevance | path

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

/Linux-v5.4/include/target/
Dtarget_core_fabric.h155 sense_reason_t target_setup_cmd_from_cdb(struct se_cmd *, unsigned char *);
/Linux-v5.4/drivers/target/
Dtarget_core_transport.c1367 target_setup_cmd_from_cdb(struct se_cmd *cmd, unsigned char *cdb) in target_setup_cmd_from_cdb() function
1423 EXPORT_SYMBOL(target_setup_cmd_from_cdb);
1578 rc = target_setup_cmd_from_cdb(se_cmd, cdb); in target_submit_cmd_map_sgls()
Dtarget_core_xcopy.c539 sense_rc = target_setup_cmd_from_cdb(cmd, cdb); in target_xcopy_setup_pt_cmd()
/Linux-v5.4/drivers/target/iscsi/
Discsi_target.c1177 cmd->sense_reason = target_setup_cmd_from_cdb(&cmd->se_cmd, hdr->cdb); in iscsit_setup_scsi_cmd()