Home
last modified time | relevance | path

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

/include/linux/
Dlibata.h620 struct ata_host { struct
621 spinlock_t lock;
622 struct device *dev;
623 void __iomem * const *iomap;
624 unsigned int n_ports;
625 unsigned int n_tags; /* nr of NCQ tags */
626 void *private_data;
627 struct ata_port_operations *ops;
628 unsigned long flags;
629 struct kref kref;
[all …]
/include/scsi/
Dlibsas.h137 struct ata_host *ata_host; member