Searched refs:ata_port_printk (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/linux/ |
D | libata.h | 1460 #define ata_port_printk(level, ap, fmt, ...) \ macro 1464 ata_port_printk(err, ap, fmt, ##__VA_ARGS__) 1466 ata_port_printk(warn, ap, fmt, ##__VA_ARGS__) 1468 ata_port_printk(notice, ap, fmt, ##__VA_ARGS__) 1470 ata_port_printk(info, ap, fmt, ##__VA_ARGS__) 1472 ata_port_printk(debug, ap, fmt, ##__VA_ARGS__)
|