Searched defs:ata_link (Results 1 – 2 of 2) sorted by relevance
84366 struct ata_link { struct84367 struct ata_port *ap;84368 int pmp;84369 struct device tdev;84370 unsigned int active_tag;84371 u32 sactive;84395 typedef int (*ata_reset_fn_t)(struct ata_link *, unsigned int *, long unsigned int); argument