Searched defs:ata_host (Results 1 – 3 of 3) sorted by relevance
606 struct ata_host { struct607 spinlock_t lock;608 struct device *dev;609 void __iomem * const *iomap;610 unsigned int n_ports;611 unsigned int n_tags; /* nr of NCQ tags */612 void *private_data;613 struct ata_port_operations *ops;614 unsigned long flags;615 struct kref kref;[all …]
578 struct ata_host *ata_host; in sas_ata_init() local
137 struct ata_host *ata_host; member