Searched refs:tf (Results 1 – 4 of 4) sorted by relevance
/include/trace/events/ |
D | libata.h | 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; [all …]
|
/include/linux/ |
D | srcutiny.h | 80 char *tt, char *tf) in srcu_torture_stats_print() argument 86 tt, tf, idx, in srcu_torture_stats_print()
|
D | libata.h | 640 struct ata_taskfile tf; member 930 unsigned int (*read_id)(struct ata_device *dev, struct ata_taskfile *tf, u16 *id); 977 void (*sff_tf_load)(struct ata_port *ap, const struct ata_taskfile *tf); 978 void (*sff_tf_read)(struct ata_port *ap, struct ata_taskfile *tf); 980 const struct ata_taskfile *tf); 1072 static inline int is_multi_taskfile(struct ata_taskfile *tf) in is_multi_taskfile() argument 1074 return (tf->command == ATA_CMD_READ_MULTI) || in is_multi_taskfile() 1075 (tf->command == ATA_CMD_WRITE_MULTI) || in is_multi_taskfile() 1076 (tf->command == ATA_CMD_READ_MULTI_EXT) || in is_multi_taskfile() 1077 (tf->command == ATA_CMD_WRITE_MULTI_EXT) || in is_multi_taskfile() [all …]
|
D | srcutree.h | 137 void srcu_torture_stats_print(struct srcu_struct *ssp, char *tt, char *tf);
|