Lines Matching refs:se_cmd

66 	int (*check_stop_free)(struct se_cmd *);
67 void (*release_cmd)(struct se_cmd *);
76 int (*write_pending)(struct se_cmd *);
78 int (*get_cmd_state)(struct se_cmd *);
79 int (*queue_data_in)(struct se_cmd *);
80 int (*queue_status)(struct se_cmd *);
81 void (*queue_tm_rsp)(struct se_cmd *);
82 void (*aborted_task)(struct se_cmd *);
157 void __target_init_cmd(struct se_cmd *cmd,
162 int target_init_cmd(struct se_cmd *se_cmd, struct se_session *se_sess,
165 int target_submit_prep(struct se_cmd *se_cmd, unsigned char *cdb,
169 void target_submit(struct se_cmd *se_cmd);
170 sense_reason_t transport_lookup_cmd_lun(struct se_cmd *);
171 sense_reason_t target_cmd_init_cdb(struct se_cmd *se_cmd, unsigned char *cdb,
173 sense_reason_t target_cmd_parse_cdb(struct se_cmd *);
174 void target_submit_cmd(struct se_cmd *, struct se_session *, unsigned char *,
176 void target_queue_submission(struct se_cmd *se_cmd);
178 int target_submit_tmr(struct se_cmd *se_cmd, struct se_session *se_sess,
182 int transport_handle_cdb_direct(struct se_cmd *);
183 sense_reason_t transport_generic_new_cmd(struct se_cmd *);
185 void target_put_cmd_and_wait(struct se_cmd *cmd);
186 void target_execute_cmd(struct se_cmd *cmd);
188 int transport_generic_free_cmd(struct se_cmd *, int);
190 bool transport_wait_for_tasks(struct se_cmd *);
191 int transport_send_check_condition_and_sense(struct se_cmd *,
193 int target_send_busy(struct se_cmd *cmd);
194 int target_get_sess_cmd(struct se_cmd *, bool);
195 int target_put_sess_cmd(struct se_cmd *);
198 void target_show_cmd(const char *pfx, struct se_cmd *cmd);
200 int core_alua_check_nonop_delay(struct se_cmd *);
202 int core_tmr_alloc_req(struct se_cmd *, void *, u8, gfp_t);
204 int transport_generic_handle_tmr(struct se_cmd *);
205 void transport_generic_request_failure(struct se_cmd *, sense_reason_t);
206 int transport_lookup_tmr_lun(struct se_cmd *);
235 target_reverse_dma_direction(struct se_cmd *se_cmd) in target_reverse_dma_direction() argument
237 if (se_cmd->se_cmd_flags & SCF_BIDI) in target_reverse_dma_direction()
240 switch (se_cmd->data_direction) { in target_reverse_dma_direction()