Home
last modified time | relevance | path

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

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