Lines Matching refs:hv_error
155 unsigned long hv_error, major, minor = 0;
165 hv_error = sun4v_hvapi_register(HV_GRP_INTR, major, &minor);
166 if (!hv_error)
683 unsigned long hv_error, cookie;
691 hv_error = sun4v_vintr_set_cookie(devhandle, devino, cookie);
692 if (hv_error)
693 pr_err("HV vintr set cookie failed = %ld\n", hv_error);
695 return hv_error;
708 unsigned long hv_error;
713 hv_error = cookie_assign(irq, devhandle, devino);
714 if (hv_error) {