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