Searched defs:ata_host (Results 1 – 2 of 2) sorted by relevance
622 struct ata_host { struct623 spinlock_t lock;624 struct device *dev;625 void __iomem * const *iomap;626 unsigned int n_ports;627 unsigned int n_tags; /* nr of NCQ tags */628 void *private_data;629 struct ata_port_operations *ops;630 unsigned long flags;631 struct kref kref;[all …]
578 struct ata_host *ata_host; in sas_ata_init() local