Lines Matching refs:qla_tgt_cmd

398 	struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work);  in tcm_qla2xxx_complete_free()
413 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
425 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
428 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free()
440 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd()
449 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
490 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending()
491 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending()
538 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_get_task_tag()
544 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_task_tag()
557 static int tcm_qla2xxx_handle_cmd(scsi_qla_host_t *vha, struct qla_tgt_cmd *cmd, in tcm_qla2xxx_handle_cmd()
588 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_handle_data_work()
622 static void tcm_qla2xxx_handle_data(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_handle_data()
632 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_handle_dif_work()
645 static void tcm_qla2xxx_handle_dif_err(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_handle_dif_err()
666 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_data_in()
667 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_data_in()
692 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_status()
693 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_status()
763 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_aborted_task()
764 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_aborted_task()
1599 sizeof(struct qla_tgt_cmd), in tcm_qla2xxx_check_initiator_node_acl()