Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dlibata.h617 struct ata_host { struct
618 spinlock_t lock;
619 struct device *dev;
620 void __iomem * const *iomap;
621 unsigned int n_ports;
622 unsigned int n_tags; /* nr of NCQ tags */
623 void *private_data;
624 struct ata_port_operations *ops;
625 unsigned long flags;
626 struct kref kref;
[all …]
/linux-6.12.1/drivers/scsi/libsas/
Dsas_ata.c578 struct ata_host *ata_host; in sas_ata_init() local
/linux-6.12.1/include/scsi/
Dlibsas.h137 struct ata_host *ata_host; member