uint16_t full_req_cnt;
TRACE_ENTRY();
- TRACE(TRACE_SCSI, "tag=%d", scst_cmd_get_tag(scst_cmd));
+ TRACE(TRACE_SCSI, "tag=%Ld", scst_cmd_get_tag(scst_cmd));
prm.cmd = (struct q2t_cmd *)scst_cmd_get_tgt_priv(scst_cmd);
sess = (struct q2t_sess *)
scsi_qla_host_t *ha = sess->tgt->ha;
TRACE(TRACE_MGMT, "qla2x00tgt(%ld): terminating exchange "
- "for aborted scst_cmd=%p (tag=%d)",
+ "for aborted scst_cmd=%p (tag=%Ld)",
ha->instance, scst_cmd, scst_cmd_get_tag(scst_cmd));
prm.cmd->state = Q2T_STATE_ABORTED;
struct q2t_prm prm = { 0 };
TRACE_ENTRY();
- TRACE(TRACE_SCSI, "tag=%d", scst_cmd_get_tag(scst_cmd));
+ TRACE(TRACE_SCSI, "tag=%Ld", scst_cmd_get_tag(scst_cmd));
prm.cmd = (struct q2t_cmd *)scst_cmd_get_tgt_priv(scst_cmd);
sess = (struct q2t_sess *)
struct q2t_cmd *cmd = (struct q2t_cmd *)scst_cmd_get_tgt_priv(scst_cmd);
TRACE_ENTRY();
- TRACE(TRACE_SCSI, "END Command tag %d", scst_cmd_get_tag(scst_cmd));
+ TRACE(TRACE_SCSI, "END Command tag %Ld", scst_cmd_get_tag(scst_cmd));
scst_cmd_set_tgt_priv(scst_cmd, NULL);
#endif
TRACE_DBG("Context %x", context);
- TRACE(TRACE_SCSI, "START Command (tag %d)", scst_cmd_get_tag(cmd->scst_cmd));
+ TRACE(TRACE_SCSI, "START Command (tag %Ld)", scst_cmd_get_tag(cmd->scst_cmd));
scst_cmd_init_done(cmd->scst_cmd, context);
out: