Searched defs:ata_host (Results 1 – 4 of 4) sorted by relevance
612 struct ata_host { struct613 spinlock_t lock;614 struct device *dev;615 void __iomem * const *iomap;616 unsigned int n_ports;617 unsigned int n_tags; /* nr of NCQ tags */618 void *private_data;619 struct ata_port_operations *ops;620 unsigned long flags;621 struct kref kref;[all …]
555 struct ata_host *ata_host; in sas_ata_init() local
164 struct ata_host *ata_host; member
1596 struct ata_host ata_host; member