Searched refs:hv_ret (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhvapi.c102 unsigned long hv_ret; local
104 hv_ret = sun4v_set_version(group, major, *minor,
107 if (hv_ret == HV_EOK) {
112 } else if (hv_ret == HV_EBADTRAP ||
113 hv_ret == HV_ENOTSUPPORTED) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c115 unsigned long off, new_head, hv_ret; local
123 hv_ret = sun4v_ncs_gethead(q->qhandle, &new_head);
125 pr_err("CPU[%d]: CWQ gethead[%lx] hv_ret[%lu]\n",
126 smp_processor_id(), new_head, hv_ret);
131 hv_ret = sun4v_ncs_sethead_marker(q->qhandle, new_head);
132 if (hv_ret == HV_EOK)
143 unsigned long head, hv_ret; local
150 hv_ret = sun4v_ncs_gethead(q->qhandle, &head);
152 pr_err("CPU[%d]: MAU gethead[%lx] hv_ret[%lu]\n",
153 smp_processor_id(), head, hv_ret);
194 unsigned long hv_ret, new_tail; local
472 unsigned long head, hv_ret; local
491 unsigned long hv_ret = spu_queue_submit(qp, ent); local
967 unsigned long flags, hv_ret; local
1017 unsigned long flags, hv_ret, iv_paddr; local
1646 unsigned long hv_ret; local
1689 unsigned long hv_ret; local
[all...]

Completed in 44 milliseconds