Lines Matching defs:ata_host
600 struct ata_host { struct
601 spinlock_t lock;
602 struct device *dev;
603 void __iomem * const *iomap;
604 unsigned int n_ports;
605 unsigned int n_tags; /* nr of NCQ tags */
606 void *private_data;
607 struct ata_port_operations *ops;
608 unsigned long flags;
609 struct kref kref;
611 struct mutex eh_mutex;
612 struct task_struct *eh_owner;
614 struct ata_port *simplex_claimed; /* channel owning the DMA */
615 struct ata_port *ports[];