Lines Matching refs:se_cmd
95 static int srpt_queue_status(struct se_cmd *cmd);
1081 struct se_cmd *cmd; in srpt_map_sg_to_ib_sge()
1672 static int srpt_check_stop_free(struct se_cmd *cmd) in srpt_check_stop_free()
1687 struct se_cmd *cmd; in srpt_handle_cmd()
1771 struct se_cmd *cmd; in srpt_handle_tsk_mgmt()
2879 static int srpt_write_pending_status(struct se_cmd *se_cmd) in srpt_write_pending_status() argument
2883 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_write_pending_status()
2890 static int srpt_write_pending(struct se_cmd *se_cmd) in srpt_write_pending() argument
2898 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_write_pending()
2946 static void srpt_queue_response(struct se_cmd *cmd) in srpt_queue_response()
3017 static int srpt_queue_data_in(struct se_cmd *cmd) in srpt_queue_data_in()
3023 static void srpt_queue_tm_rsp(struct se_cmd *cmd) in srpt_queue_tm_rsp()
3028 static void srpt_aborted_task(struct se_cmd *cmd) in srpt_aborted_task()
3036 static int srpt_queue_status(struct se_cmd *cmd) in srpt_queue_status()
3342 static void srpt_release_cmd(struct se_cmd *se_cmd) in srpt_release_cmd() argument
3344 struct srpt_send_ioctx *ioctx = container_of(se_cmd, in srpt_release_cmd()
3411 static int srpt_get_tcm_cmd_state(struct se_cmd *se_cmd) in srpt_get_tcm_cmd_state() argument
3415 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_get_tcm_cmd_state()