Searched refs:tl_cmd (Results 1 – 1 of 1) sorted by relevance
59 struct tcm_loop_cmd *tl_cmd = container_of(se_cmd, in tcm_loop_release_cmd() local62 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd); in tcm_loop_release_cmd()98 struct tcm_loop_cmd *tl_cmd = in tcm_loop_submission_work() local100 struct se_cmd *se_cmd = &tl_cmd->tl_se_cmd; in tcm_loop_submission_work()101 struct scsi_cmnd *sc = tl_cmd->sc; in tcm_loop_submission_work()152 se_cmd->tag = tl_cmd->sc_cmd_tag; in tcm_loop_submission_work()154 &tl_cmd->tl_sense_buf[0], tl_cmd->sc->device->lun, in tcm_loop_submission_work()167 kmem_cache_free(tcm_loop_cmd_cache, tl_cmd); in tcm_loop_submission_work()177 struct tcm_loop_cmd *tl_cmd; in tcm_loop_queuecommand() local184 tl_cmd = kmem_cache_zalloc(tcm_loop_cmd_cache, GFP_ATOMIC); in tcm_loop_queuecommand()[all …]