Searched defs:ata_host (Results 1 – 5 of 5) sorted by relevance
599 struct ata_host { struct600 spinlock_t lock;601 struct device *dev;602 void __iomem * const *iomap;603 unsigned int n_ports;604 unsigned int n_tags; /* nr of NCQ tags */605 void *private_data;606 struct ata_port_operations *ops;607 unsigned long flags;608 struct kref kref;[all …]
556 struct ata_host *ata_host; in sas_ata_init() local
147 struct ata_host *ata_host; member
739 struct ata_host *ata_host = sata_dev->ata_host; in hisi_sas_init_device() local
1584 struct ata_host ata_host; member