Lines Matching refs:qla_tgt_cmd
281 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_complete_free()
296 static void tcm_qla2xxx_free_cmd(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_free_cmd()
308 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_check_stop_free()
311 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_check_stop_free()
323 struct qla_tgt_cmd *cmd; in tcm_qla2xxx_release_cmd()
332 cmd = container_of(se_cmd, struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_release_cmd()
373 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_write_pending()
374 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_write_pending()
422 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_get_cmd_state()
423 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_get_cmd_state()
433 static int tcm_qla2xxx_handle_cmd(scsi_qla_host_t *vha, struct qla_tgt_cmd *cmd, in tcm_qla2xxx_handle_cmd()
464 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_handle_data_work()
498 static void tcm_qla2xxx_handle_data(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_handle_data()
508 struct qla_tgt_cmd *cmd = container_of(work, struct qla_tgt_cmd, work); in tcm_qla2xxx_handle_dif_work()
521 static void tcm_qla2xxx_handle_dif_err(struct qla_tgt_cmd *cmd) in tcm_qla2xxx_handle_dif_err()
542 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_data_in()
543 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_data_in()
567 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_queue_status()
568 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_queue_status()
638 struct qla_tgt_cmd *cmd = container_of(se_cmd, in tcm_qla2xxx_aborted_task()
639 struct qla_tgt_cmd, se_cmd); in tcm_qla2xxx_aborted_task()
1376 sizeof(struct qla_tgt_cmd), in tcm_qla2xxx_check_initiator_node_acl()