Lines Matching refs:tf

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;
320 TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf),
322 TP_ARGS(ap, tf),
343 __entry->proto = tf->protocol;
344 __entry->cmd = tf->command;
345 __entry->dev = tf->device;
346 __entry->lbal = tf->lbal;
347 __entry->lbam = tf->lbam;
348 __entry->lbah = tf->lbah;
349 __entry->hob_lbal = tf->hob_lbal;
350 __entry->hob_lbam = tf->hob_lbam;
351 __entry->hob_lbah = tf->hob_lbah;
352 __entry->feature = tf->feature;
353 __entry->hob_feature = tf->hob_feature;
354 __entry->nsect = tf->nsect;
355 __entry->hob_nsect = tf->hob_nsect;
373 TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag),
375 TP_ARGS(ap, tf, tag),
389 __entry->proto = tf->protocol;
390 __entry->cmd = tf->command;
391 __entry->feature = tf->feature;
392 __entry->hob_nsect = tf->hob_nsect;
403 TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag),
404 TP_ARGS(ap, tf, tag));
407 TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag),
408 TP_ARGS(ap, tf, tag));
411 TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag),
412 TP_ARGS(ap, tf, tag));
415 TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag),
416 TP_ARGS(ap, tf, tag));
655 __entry->protocol = qc->tf.protocol;
699 __entry->flags = qc->tf.flags;