Lines Matching defs:ata_host
615 struct ata_host { struct
616 spinlock_t lock;
617 struct device *dev;
618 void __iomem * const *iomap;
619 unsigned int n_ports;
620 unsigned int n_tags; /* nr of NCQ tags */
621 void *private_data;
622 struct ata_port_operations *ops;
623 unsigned long flags;
624 struct kref kref;
626 struct mutex eh_mutex;
627 struct task_struct *eh_owner;
629 struct ata_port *simplex_claimed; /* channel owning the DMA */
630 struct ata_port *ports[];