Searched defs:ata_port_info (Results 1 – 1 of 1) sorted by relevance
1055 struct ata_port_info { struct1056 unsigned long flags;1057 unsigned long link_flags;1058 unsigned int pio_mask;1082 extern const struct ata_port_info ata_dummy_port_info; argument1555 #define ata_port_info(ap, fmt, ...) \ macro