Home
last modified time | relevance | path

Searched refs:dax_err (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/sbus/char/
Doradax.c43 #define dax_err(fmt, ...) pr_err("%s: " fmt "\n", __func__, ##__VA_ARGS__) macro
247 dax_err("Unable to grab mdesc"); in dax_attach()
268 dax_err("No DAX device found"); in dax_attach()
286 dax_err("Unknown dax type: %s", prop); in dax_attach()
295 dax_err("hvapi_register failed"); in dax_attach()
308 dax_err("get_hwqueue_size failed with status=%ld and max_ccbs=%ld", in dax_attach()
315 dax_err("HV reports unsupported max_ccbs=%ld", max_ccbs); in dax_attach()
321 dax_err("alloc_chrdev_region failed"); in dax_attach()
328 dax_err("class_create failed"); in dax_attach()
334 dax_err("device_create failed"); in dax_attach()
[all …]