Lines Matching defs:ata_host
576 struct ata_host { struct
577 spinlock_t lock;
578 struct device *dev;
579 void __iomem * const *iomap;
580 unsigned int n_ports;
581 unsigned int n_tags; /* nr of NCQ tags */
582 void *private_data;
583 struct ata_port_operations *ops;
584 unsigned long flags;
585 struct kref kref;
587 struct mutex eh_mutex;
588 struct task_struct *eh_owner;
590 struct ata_port *simplex_claimed; /* channel owning the DMA */
591 struct ata_port *ports[];