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