Searched defs:ata_host (Results 1 – 3 of 3) sorted by relevance
577 struct ata_host { struct578 spinlock_t lock;579 struct device *dev;580 void __iomem * const *iomap;581 unsigned int n_ports;582 unsigned int n_tags; /* nr of NCQ tags */583 void *private_data;584 struct ata_port_operations *ops;585 unsigned long flags;586 struct kref kref;[all …]
588 struct ata_host *ata_host; in sas_ata_init() local
137 struct ata_host *ata_host; member