Searched refs:max_ccbs (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/sbus/char/ |
| H A D | oradax.c | 239 unsigned long dummy, hv_rv, major, minor, minor_requested, max_ccbs; in dax_attach() local 306 hv_rv = sun4v_ccb_submit(0, 0, HV_CCB_QUERY_CMD, 0, &max_ccbs, &dummy); in dax_attach() 308 dax_err("get_hwqueue_size failed with status=%ld and max_ccbs=%ld", in dax_attach() 309 hv_rv, max_ccbs); in dax_attach() 314 if (max_ccbs != DAX_MAX_CCBS) { in dax_attach() 315 dax_err("HV reports unsupported max_ccbs=%ld", max_ccbs); in dax_attach()
|
| /kernel/linux/linux-6.6/drivers/sbus/char/ |
| H A D | oradax.c | 241 unsigned long dummy, hv_rv, major, minor, minor_requested, max_ccbs; in dax_attach() local 308 hv_rv = sun4v_ccb_submit(0, 0, HV_CCB_QUERY_CMD, 0, &max_ccbs, &dummy); in dax_attach() 310 dax_err("get_hwqueue_size failed with status=%ld and max_ccbs=%ld", in dax_attach() 311 hv_rv, max_ccbs); in dax_attach() 316 if (max_ccbs != DAX_MAX_CCBS) { in dax_attach() 317 dax_err("HV reports unsupported max_ccbs=%ld", max_ccbs); in dax_attach()
|
Completed in 5 milliseconds