Home
last modified time | relevance | path

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

/include/linux/
Dlibata.h615 struct ata_host { struct
616 spinlock_t lock;
617 struct device *dev;
618 void __iomem * const *iomap;
619 unsigned int n_ports;
620 unsigned int n_tags; /* nr of NCQ tags */
621 void *private_data;
622 struct ata_port_operations *ops;
623 unsigned long flags;
624 struct kref kref;
[all …]
/include/scsi/
Dlibsas.h147 struct ata_host *ata_host; member