Searched refs:result_tf (Results 1 – 2 of 2) sorted by relevance
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;[all …]
645 struct ata_taskfile result_tf; member1724 qc->result_tf.command = ATA_DRDY; in ata_qc_reinit()1725 qc->result_tf.feature = 0; in ata_qc_reinit()