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