Lines Matching refs:qc

184 	TP_PROTO(struct ata_queued_cmd *qc),
186 TP_ARGS(qc),
210 __entry->ata_port = qc->ap->print_id;
211 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
212 __entry->tag = qc->tag;
213 __entry->proto = qc->tf.protocol;
214 __entry->cmd = qc->tf.command;
215 __entry->dev = qc->tf.device;
216 __entry->lbal = qc->tf.lbal;
217 __entry->lbam = qc->tf.lbam;
218 __entry->lbah = qc->tf.lbah;
219 __entry->hob_lbal = qc->tf.hob_lbal;
220 __entry->hob_lbam = qc->tf.hob_lbam;
221 __entry->hob_lbah = qc->tf.hob_lbah;
222 __entry->feature = qc->tf.feature;
223 __entry->hob_feature = qc->tf.hob_feature;
224 __entry->nsect = qc->tf.nsect;
225 __entry->hob_nsect = qc->tf.hob_nsect;
242 TP_PROTO(struct ata_queued_cmd *qc),
243 TP_ARGS(qc));
246 TP_PROTO(struct ata_queued_cmd *qc),
247 TP_ARGS(qc));
251 TP_PROTO(struct ata_queued_cmd *qc),
253 TP_ARGS(qc),
276 __entry->ata_port = qc->ap->print_id;
277 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
278 __entry->tag = qc->tag;
279 __entry->status = qc->result_tf.command;
280 __entry->dev = qc->result_tf.device;
281 __entry->lbal = qc->result_tf.lbal;
282 __entry->lbam = qc->result_tf.lbam;
283 __entry->lbah = qc->result_tf.lbah;
284 __entry->hob_lbal = qc->result_tf.hob_lbal;
285 __entry->hob_lbam = qc->result_tf.hob_lbam;
286 __entry->hob_lbah = qc->result_tf.hob_lbah;
287 __entry->error = qc->result_tf.feature;
288 __entry->hob_feature = qc->result_tf.hob_feature;
289 __entry->nsect = qc->result_tf.nsect;
290 __entry->hob_nsect = qc->result_tf.hob_nsect;
291 __entry->flags = qc->flags;
307 TP_PROTO(struct ata_queued_cmd *qc),
308 TP_ARGS(qc));
311 TP_PROTO(struct ata_queued_cmd *qc),
312 TP_ARGS(qc));
315 TP_PROTO(struct ata_queued_cmd *qc),
316 TP_ARGS(qc));
468 TP_PROTO(struct ata_queued_cmd *qc),
470 TP_ARGS(qc),
481 __entry->ata_port = qc->ap->print_id;
482 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
483 __entry->tag = qc->tag;
484 __entry->qc_flags = qc->flags;
485 __entry->eh_err_mask = qc->err_mask;
636 TP_PROTO(struct ata_queued_cmd *qc, unsigned char status),
638 TP_ARGS(qc, status),
651 __entry->ata_port = qc->ap->print_id;
652 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
653 __entry->tag = qc->tag;
654 __entry->qc_flags = qc->flags;
655 __entry->protocol = qc->tf.protocol;
656 __entry->hsm_state = qc->ap->hsm_task_state;
669 TP_PROTO(struct ata_queued_cmd *qc, unsigned char state),
670 TP_ARGS(qc, state));
673 TP_PROTO(struct ata_queued_cmd *qc, unsigned char state),
674 TP_ARGS(qc, state));
677 TP_PROTO(struct ata_queued_cmd *qc, unsigned char state),
678 TP_ARGS(qc, state));
682 TP_PROTO(struct ata_queued_cmd *qc, unsigned int offset, unsigned int count),
684 TP_ARGS(qc, offset, count),
696 __entry->ata_port = qc->ap->print_id;
697 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
698 __entry->tag = qc->tag;
699 __entry->flags = qc->tf.flags;
711 TP_PROTO(struct ata_queued_cmd *qc, unsigned int offset, unsigned int count),
712 TP_ARGS(qc, offset, count));
715 TP_PROTO(struct ata_queued_cmd *qc, unsigned int offset, unsigned int count),
716 TP_ARGS(qc, offset, count));
719 TP_PROTO(struct ata_queued_cmd *qc, unsigned int offset, unsigned int count),
720 TP_ARGS(qc, offset, count));