Searched defs:ata_port_info (Results 1 – 1 of 1) sorted by relevance
1044 struct ata_port_info { struct1045 unsigned long flags;1046 unsigned long link_flags;1047 unsigned int pio_mask;1071 extern const struct ata_port_info ata_dummy_port_info; argument1547 #define ata_port_info(ap, fmt, ...) \ macro