Lines Matching refs:qla_tgt_cmd
279 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free()
295 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
312 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
315 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free()
327 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd()
336 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
379 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending()
380 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending()
442 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state()
443 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_cmd_state()
453 static int tcm_qla2xxx_handle_cmd(scsi_qla_host_t *vha, struct qla_tgt_cmd *cmd, in tcm_qla2xxx_handle_cmd()
501 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_handle_data_work()
554 static void tcm_qla2xxx_handle_data(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_handle_data()
567 static int tcm_qla2xxx_dif_tags(struct qla_tgt_cmd *cmd, in tcm_qla2xxx_dif_tags()
632 static struct qla_tgt_cmd *tcm_qla2xxx_find_cmd_by_tag(struct fc_port *sess, in tcm_qla2xxx_find_cmd_by_tag()
635 struct qla_tgt_cmd *cmd = NULL; in tcm_qla2xxx_find_cmd_by_tag()
649 cmd = container_of(secmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_find_cmd_by_tag()
660 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_data_in()
661 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_data_in()
699 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_status()
700 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_status()
783 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_aborted_task()
784 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_aborted_task()
1542 sizeof(struct qla_tgt_cmd), in tcm_qla2xxx_check_initiator_node_acl()