Searched defs:hwif_s (Results 1 – 1 of 1) sorted by relevance
717 typedef struct hwif_s { struct718 struct hwif_s *mate; /* other hwif from same PCI chip */ argument719 struct proc_dir_entry *proc; /* /proc/ide/ directory entry */721 struct ide_host *host;723 char name[6]; /* name of interface, eg. "ide0" */725 struct ide_io_ports io_ports;727 unsigned long sata_scr[SATA_NR_PORTS];729 ide_drive_t *devices[MAX_DRIVES + 1];731 unsigned long port_flags;733 u8 major; /* our major number */[all …]