Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dlibata.h991 struct ata_port_info { struct
992 unsigned long flags;
993 unsigned long link_flags;
994 unsigned int pio_mask;
1018 extern const struct ata_port_info ata_dummy_port_info; argument
1489 #define ata_port_info(ap, fmt, ...) \ macro