Lines Matching refs:se_cmd
98 static int srpt_queue_status(struct se_cmd *cmd);
1082 struct se_cmd *cmd; in srpt_map_sg_to_ib_sge()
1390 struct se_cmd *cmd; in srpt_handle_send_err_comp()
1475 struct se_cmd *cmd; in srpt_handle_rdma_err_comp()
1677 static int srpt_check_stop_free(struct se_cmd *cmd) in srpt_check_stop_free()
1692 struct se_cmd *cmd; in srpt_handle_cmd()
1776 struct se_cmd *cmd; in srpt_handle_tsk_mgmt()
2886 static int srpt_write_pending_status(struct se_cmd *se_cmd) in srpt_write_pending_status() argument
2890 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_write_pending_status()
2897 static int srpt_write_pending(struct se_cmd *se_cmd) in srpt_write_pending() argument
2905 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_write_pending()
2953 static void srpt_queue_response(struct se_cmd *cmd) in srpt_queue_response()
3024 static int srpt_queue_data_in(struct se_cmd *cmd) in srpt_queue_data_in()
3030 static void srpt_queue_tm_rsp(struct se_cmd *cmd) in srpt_queue_tm_rsp()
3035 static void srpt_aborted_task(struct se_cmd *cmd) in srpt_aborted_task()
3043 static int srpt_queue_status(struct se_cmd *cmd) in srpt_queue_status()
3425 static void srpt_release_cmd(struct se_cmd *se_cmd) in srpt_release_cmd() argument
3427 struct srpt_send_ioctx *ioctx = container_of(se_cmd, in srpt_release_cmd()
3493 static u32 srpt_get_task_tag(struct se_cmd *se_cmd) in srpt_get_task_tag() argument
3497 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_get_task_tag()
3502 static int srpt_get_tcm_cmd_state(struct se_cmd *se_cmd) in srpt_get_tcm_cmd_state() argument
3506 ioctx = container_of(se_cmd, struct srpt_send_ioctx, cmd); in srpt_get_tcm_cmd_state()