Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Doradax.c43 #define dax_err(fmt, ...) pr_err("%s: " fmt "\n", __func__, ##__VA_ARGS__) macro
249 dax_err("Unable to grab mdesc"); in dax_attach()
270 dax_err("No DAX device found"); in dax_attach()
288 dax_err("Unknown dax type: %s", prop); in dax_attach()
297 dax_err("hvapi_register failed"); in dax_attach()
310 dax_err("get_hwqueue_size failed with status=%ld and max_ccbs=%ld", in dax_attach()
317 dax_err("HV reports unsupported max_ccbs=%ld", max_ccbs); in dax_attach()
323 dax_err("alloc_chrdev_region failed"); in dax_attach()
333 dax_err("device_create failed"); in dax_attach()
340 dax_err("cdev_add failed"); in dax_attach()