Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/sbus/char/
Doradax.c55 #define dax_err(fmt, ...) pr_err("%s: " fmt "\n", __func__, ##__VA_ARGS__) macro
259 dax_err("Unable to grab mdesc"); in dax_attach()
280 dax_err("No DAX device found"); in dax_attach()
298 dax_err("Unknown dax type: %s", prop); in dax_attach()
307 dax_err("hvapi_register failed"); in dax_attach()
320 dax_err("get_hwqueue_size failed with status=%ld and max_ccbs=%ld", in dax_attach()
327 dax_err("HV reports unsupported max_ccbs=%ld", max_ccbs); in dax_attach()
333 dax_err("alloc_chrdev_region failed"); in dax_attach()
340 dax_err("class_create failed"); in dax_attach()
346 dax_err("device_create failed"); in dax_attach()
[all …]