Home
last modified time | relevance | path

Searched defs:hwif_s (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/linux/
Dide.h851 typedef struct hwif_s { struct
852 struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ argument
853 struct hwif_s *mate; /* other hwif from same PCI chip */ argument
854 struct hwgroup_s *hwgroup; /* actually (ide_hwgroup_t *) */
855 struct proc_dir_entry *proc; /* /proc/ide/ directory entry */
856 struct gendisk *gd; /* gendisk structure */
858 char name[6]; /* name of interface, eg. "ide0" */
861 ide_ioreg_t io_ports[IDE_NR_PORTS];
862 sata_ioreg_t sata_scr[SATA_NR_PORTS];
863 sata_ioreg_t sata_misc[SATA_NR_PORTS];
[all …]