Searched defs:hwif_s (Results 1 – 1 of 1) sorted by relevance
851 typedef struct hwif_s { struct852 struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ argument853 struct hwif_s *mate; /* other hwif from same PCI chip */ argument854 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 …]