• Home
  • Raw
  • Download

Lines Matching refs:qc

153 	TP_PROTO(struct ata_queued_cmd *qc),
155 TP_ARGS(qc),
179 __entry->ata_port = qc->ap->print_id;
180 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
181 __entry->tag = qc->tag;
182 __entry->proto = qc->tf.protocol;
183 __entry->cmd = qc->tf.command;
184 __entry->dev = qc->tf.device;
185 __entry->lbal = qc->tf.lbal;
186 __entry->lbam = qc->tf.lbam;
187 __entry->lbah = qc->tf.lbah;
188 __entry->hob_lbal = qc->tf.hob_lbal;
189 __entry->hob_lbam = qc->tf.hob_lbam;
190 __entry->hob_lbah = qc->tf.hob_lbah;
191 __entry->feature = qc->tf.feature;
192 __entry->hob_feature = qc->tf.hob_feature;
193 __entry->nsect = qc->tf.nsect;
194 __entry->hob_nsect = qc->tf.hob_nsect;
212 TP_PROTO(struct ata_queued_cmd *qc),
214 TP_ARGS(qc),
237 __entry->ata_port = qc->ap->print_id;
238 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
239 __entry->tag = qc->tag;
240 __entry->status = qc->result_tf.command;
241 __entry->dev = qc->result_tf.device;
242 __entry->lbal = qc->result_tf.lbal;
243 __entry->lbam = qc->result_tf.lbam;
244 __entry->lbah = qc->result_tf.lbah;
245 __entry->hob_lbal = qc->result_tf.hob_lbal;
246 __entry->hob_lbam = qc->result_tf.hob_lbam;
247 __entry->hob_lbah = qc->result_tf.hob_lbah;
248 __entry->error = qc->result_tf.feature;
249 __entry->hob_feature = qc->result_tf.hob_feature;
250 __entry->nsect = qc->result_tf.nsect;
251 __entry->hob_nsect = qc->result_tf.hob_nsect;
252 __entry->flags = qc->flags;
268 TP_PROTO(struct ata_queued_cmd *qc),
269 TP_ARGS(qc));
272 TP_PROTO(struct ata_queued_cmd *qc),
273 TP_ARGS(qc));
276 TP_PROTO(struct ata_queued_cmd *qc),
277 TP_ARGS(qc));
307 TP_PROTO(struct ata_queued_cmd *qc),
309 TP_ARGS(qc),
320 __entry->ata_port = qc->ap->print_id;
321 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
322 __entry->tag = qc->tag;
323 __entry->qc_flags = qc->flags;
324 __entry->eh_err_mask = qc->err_mask;