Searched defs:ata_port_info (Results 1 – 1 of 1) sorted by relevance
1002 struct ata_port_info { struct1003 unsigned long flags;1004 unsigned long link_flags;1005 unsigned long pio_mask;1029 extern const struct ata_port_info ata_dummy_port_info; argument1484 #define ata_port_info(ap, fmt, ...) \ macro