Searched refs:dtp (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dataflop.c1517 struct atari_disk_type *dtp; local
1531 dtp = &atari_disk_type[type];
1533 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n",
1534 drive, dtp, dtp->name);
1540 dtp = UDT;
1543 getprm.size = dtp->blocks;
1544 getprm.sect = dtp->spt;
1546 getprm.track = dtp->blocks/dtp
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c139 struct lpfc_debugfs_trc *dtp; local
153 dtp = vport->disc_trc + i;
154 if (!dtp->fmt)
156 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
159 dtp->seq_cnt, ms, dtp->fmt);
161 dtp->data1, dtp->data2, dtp->data3);
164 dtp
205 struct lpfc_debugfs_trc *dtp; local
629 struct lpfc_debugfs_trc *dtp; local
670 struct lpfc_debugfs_trc *dtp; local
[all...]

Completed in 63 milliseconds