Searched defs:hwif_s (Results 1 – 1 of 1) sorted by relevance
676 typedef struct hwif_s { struct677 struct hwif_s *mate; /* other hwif from same PCI chip */ argument678 struct proc_dir_entry *proc; /* /proc/ide/ directory entry */680 struct ide_host *host;682 char name[6]; /* name of interface, eg. "ide0" */684 struct ide_io_ports io_ports;686 unsigned long sata_scr[SATA_NR_PORTS];688 ide_drive_t *devices[MAX_DRIVES + 1];690 unsigned long port_flags;692 u8 major; /* our major number */[all …]