Home
last modified time | relevance | path

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

/linux-6.1.9/include/target/
Dtarget_core_fabric.h166 sense_reason_t target_cmd_parse_cdb(struct se_cmd *);
/linux-6.1.9/drivers/target/
Dtarget_core_transport.c1523 target_cmd_parse_cdb(struct se_cmd *cmd) in target_cmd_parse_cdb() function
1545 EXPORT_SYMBOL(target_cmd_parse_cdb);
1710 rc = target_cmd_parse_cdb(se_cmd); in target_submit_prep()
Dtarget_core_xcopy.c547 if (target_cmd_parse_cdb(cmd)) in target_xcopy_setup_pt_cmd()
/linux-6.1.9/drivers/target/iscsi/
Discsi_target.c1224 cmd->sense_reason = target_cmd_parse_cdb(&cmd->se_cmd); in iscsit_setup_scsi_cmd()