Searched refs:target_cmd_init_cdb (Results 1 – 4 of 4) sorted by relevance
/linux/include/target/ |
H A D | target_core_fabric.h | 180 sense_reason_t target_cmd_init_cdb(struct se_cmd *se_cmd, unsigned char *cdb,
|
/linux/drivers/target/ |
H A D | target_core_transport.c | 1504 target_cmd_init_cdb(struct se_cmd *cmd, unsigned char *cdb, gfp_t gfp) in target_cmd_init_cdb() function 1552 EXPORT_SYMBOL(target_cmd_init_cdb); 1753 rc = target_cmd_init_cdb(se_cmd, cdb, gfp); in target_submit_prep()
|
H A D | target_core_xcopy.c | 533 if (target_cmd_init_cdb(cmd, cdb, GFP_KERNEL)) in target_xcopy_setup_pt_cmd()
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target.c | 1205 cmd->sense_reason = target_cmd_init_cdb(&cmd->se_cmd, cdb, in iscsit_setup_scsi_cmd()
|