Lines Matching defs:ata_host
562 struct ata_host { struct
563 spinlock_t lock;
564 struct device *dev;
565 void __iomem * const *iomap;
566 unsigned int n_ports;
567 unsigned int n_tags; /* nr of NCQ tags */
568 void *private_data;
569 struct ata_port_operations *ops;
570 unsigned long flags;
571 struct kref kref;
573 struct mutex eh_mutex;
574 struct task_struct *eh_owner;
576 struct ata_port *simplex_claimed; /* channel owning the DMA */
577 struct ata_port *ports[];