Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibata.h577 struct ata_host { struct
578 spinlock_t lock;
579 struct device *dev;
580 void __iomem * const *iomap;
581 unsigned int n_ports;
582 unsigned int n_tags; /* nr of NCQ tags */
583 void *private_data;
584 struct ata_port_operations *ops;
585 unsigned long flags;
586 struct kref kref;
[all …]
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_ata.c588 struct ata_host *ata_host; in sas_ata_init() local
/openbmc/linux/include/scsi/
H A Dlibsas.h137 struct ata_host *ata_host; member