Searched refs:tf (Results 1 – 5 of 5) 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 | 629 struct ata_taskfile tf; member 919 unsigned int (*read_id)(struct ata_device *dev, struct ata_taskfile *tf, u16 *id); 966 void (*sff_tf_load)(struct ata_port *ap, const struct ata_taskfile *tf); 967 void (*sff_tf_read)(struct ata_port *ap, struct ata_taskfile *tf); 969 const struct ata_taskfile *tf); 1061 static inline int is_multi_taskfile(struct ata_taskfile *tf) in is_multi_taskfile() argument 1063 return (tf->command == ATA_CMD_READ_MULTI) || in is_multi_taskfile() 1064 (tf->command == ATA_CMD_WRITE_MULTI) || in is_multi_taskfile() 1065 (tf->command == ATA_CMD_READ_MULTI_EXT) || in is_multi_taskfile() 1066 (tf->command == ATA_CMD_WRITE_MULTI_EXT) || in is_multi_taskfile() [all …]
|
D | srcutree.h | 139 void srcu_torture_stats_print(struct srcu_struct *ssp, char *tt, char *tf);
|
D | ide.h | 330 struct ide_taskfile tf; member 334 u8 tf; member
|