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