Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dlibata.h807 struct ata_port { struct
809 struct ata_port_operations *ops; argument
810 spinlock_t *lock;
848 struct ata_port_stats stats; argument
849 struct ata_host *host;
850 struct device *dev;
851 struct device tdev;
861 int eh_tries;
864 pm_message_t pm_mesg;
890 struct ata_port_operations { argument
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-sff.c1461 unsigned int (*port_intr)(struct ata_port *, struct ata_queued_cmd *)) in __ata_sff_interrupt()