Home
last modified time | relevance | path

Searched defs:ata_host (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dlibata.h622 struct ata_host { struct
623 spinlock_t lock;
624 struct device *dev;
625 void __iomem * const *iomap;
626 unsigned int n_ports;
627 unsigned int n_tags; /* nr of NCQ tags */
628 void *private_data;
629 struct ata_port_operations *ops;
630 unsigned long flags;
631 struct kref kref;
[all …]
/linux/drivers/scsi/libsas/
H A Dsas_ata.c578 struct ata_host *ata_host; in sas_ata_init() local