Searched defs:ata_host (Results 1 – 3 of 3) sorted by relevance
629 struct ata_host { struct630 spinlock_t lock;631 struct device *dev;632 void __iomem * const *iomap;633 unsigned int n_ports;634 unsigned int n_tags; /* nr of NCQ tags */635 void *private_data;636 struct ata_port_operations *ops;637 unsigned long flags;638 struct kref kref;[all …]
578 struct ata_host *ata_host; in sas_ata_init() local
133 struct ata_host *ata_host; member