Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlibata.h618 struct ata_host { struct
619 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 …]
/linux/drivers/scsi/libsas/
H A Dsas_ata.c578 struct ata_host *ata_host; in sas_ata_init() local