hv_ret 860 arch/sparc/kernel/ds.c unsigned long hv_ret; hv_ret 862 arch/sparc/kernel/ds.c hv_ret = sun4v_reboot_data_set(ra, len); hv_ret 863 arch/sparc/kernel/ds.c if (hv_ret != HV_EOK) hv_ret 865 arch/sparc/kernel/ds.c "hv_ret=%lu\n", hv_ret); hv_ret 1260 arch/sparc/kernel/ds.c unsigned long hv_ret, major, minor; hv_ret 1263 arch/sparc/kernel/ds.c hv_ret = sun4v_get_version(HV_GRP_REBOOT_DATA, &major, &minor); hv_ret 1264 arch/sparc/kernel/ds.c if (hv_ret == HV_EOK) { hv_ret 115 arch/sparc/kernel/hvapi.c unsigned long hv_ret; hv_ret 117 arch/sparc/kernel/hvapi.c hv_ret = sun4v_set_version(group, major, *minor, hv_ret 120 arch/sparc/kernel/hvapi.c if (hv_ret == HV_EOK) { hv_ret 125 arch/sparc/kernel/hvapi.c } else if (hv_ret == HV_EBADTRAP || hv_ret 126 arch/sparc/kernel/hvapi.c hv_ret == HV_ENOTSUPPORTED) { hv_ret 121 drivers/crypto/n2_core.c unsigned long off, new_head, hv_ret; hv_ret 129 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_gethead(q->qhandle, &new_head); hv_ret 132 drivers/crypto/n2_core.c smp_processor_id(), new_head, hv_ret); hv_ret 138 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_sethead_marker(q->qhandle, new_head); hv_ret 139 drivers/crypto/n2_core.c if (hv_ret == HV_EOK) hv_ret 150 drivers/crypto/n2_core.c unsigned long head, hv_ret; hv_ret 157 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_gethead(q->qhandle, &head); hv_ret 160 drivers/crypto/n2_core.c smp_processor_id(), head, hv_ret); hv_ret 201 drivers/crypto/n2_core.c unsigned long hv_ret, new_tail; hv_ret 205 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_settail(q->qhandle, new_tail); hv_ret 206 drivers/crypto/n2_core.c if (hv_ret == HV_EOK) hv_ret 208 drivers/crypto/n2_core.c return hv_ret; hv_ret 493 drivers/crypto/n2_core.c unsigned long head, hv_ret; hv_ret 496 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_gethead(qp->qhandle, &head); hv_ret 497 drivers/crypto/n2_core.c if (hv_ret != HV_EOK) { hv_ret 506 drivers/crypto/n2_core.c return hv_ret; hv_ret 512 drivers/crypto/n2_core.c unsigned long hv_ret = spu_queue_submit(qp, ent); hv_ret 514 drivers/crypto/n2_core.c if (hv_ret == HV_EOK) hv_ret 515 drivers/crypto/n2_core.c hv_ret = wait_for_tail(qp); hv_ret 517 drivers/crypto/n2_core.c return hv_ret; hv_ret 984 drivers/crypto/n2_core.c unsigned long flags, hv_ret; hv_ret 1006 drivers/crypto/n2_core.c hv_ret = wait_for_tail(qp); hv_ret 1007 drivers/crypto/n2_core.c if (hv_ret != HV_EOK) hv_ret 1034 drivers/crypto/n2_core.c unsigned long flags, hv_ret, iv_paddr; hv_ret 1096 drivers/crypto/n2_core.c hv_ret = wait_for_tail(qp); hv_ret 1097 drivers/crypto/n2_core.c if (hv_ret != HV_EOK) hv_ret 1650 drivers/crypto/n2_core.c unsigned long hv_ret; hv_ret 1652 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_qconf(q_type, __pa(p->q), hv_ret 1654 drivers/crypto/n2_core.c if (!hv_ret) hv_ret 1657 drivers/crypto/n2_core.c return hv_ret ? -EINVAL : 0; hv_ret 1687 drivers/crypto/n2_core.c unsigned long hv_ret; hv_ret 1692 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_qconf(p->q_type, p->qhandle, 0, &p->qhandle); hv_ret 1694 drivers/crypto/n2_core.c if (!hv_ret) hv_ret 684 drivers/sbus/char/oradax.c static char *dax_hv_errno(unsigned long hv_ret, int *ret) hv_ret 686 drivers/sbus/char/oradax.c switch (hv_ret) { hv_ret 712 drivers/sbus/char/oradax.c unsigned long hv_ret; hv_ret 718 drivers/sbus/char/oradax.c hv_ret = sun4v_ccb_kill(ca, kill_res); hv_ret 720 drivers/sbus/char/oradax.c if (hv_ret == HV_EOK) { hv_ret 724 drivers/sbus/char/oradax.c err_str = dax_hv_errno(hv_ret, &ret); hv_ret 739 drivers/sbus/char/oradax.c unsigned long hv_ret; hv_ret 744 drivers/sbus/char/oradax.c hv_ret = sun4v_ccb_info(ca, info); hv_ret 746 drivers/sbus/char/oradax.c if (hv_ret == HV_EOK) { hv_ret 753 drivers/sbus/char/oradax.c err_str = dax_hv_errno(hv_ret, &ret);