Home
last modified time | relevance | path

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

/openbmc/linux/include/target/
H A Dtarget_core_fabric.h173 sense_reason_t target_cmd_parse_cdb(struct se_cmd *);
/openbmc/linux/drivers/target/
H A Dtarget_core_transport.c1555 target_cmd_parse_cdb(struct se_cmd *cmd) in target_cmd_parse_cdb() function
1577 EXPORT_SYMBOL(target_cmd_parse_cdb);
1743 rc = target_cmd_parse_cdb(se_cmd); in target_submit_prep()
H A Dtarget_core_xcopy.c536 if (target_cmd_parse_cdb(cmd)) in target_xcopy_setup_pt_cmd()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target.c1224 cmd->sense_reason = target_cmd_parse_cdb(&cmd->se_cmd); in iscsit_setup_scsi_cmd()