Home
last modified time | relevance | path

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

/drivers/sbus/char/
Doradax.c239 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()
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()