Lines Matching refs:qhandle
51 unsigned long qhandle; member
119 smp_processor_id(), q->qhandle); in cwq_intr()
123 hv_ret = sun4v_ncs_gethead(q->qhandle, &new_head); in cwq_intr()
132 hv_ret = sun4v_ncs_sethead_marker(q->qhandle, new_head); in cwq_intr()
149 smp_processor_id(), q->qhandle); in mau_intr()
151 hv_ret = sun4v_ncs_gethead(q->qhandle, &head); in mau_intr()
156 sun4v_ncs_sethead_marker(q->qhandle, head); in mau_intr()
199 hv_ret = sun4v_ncs_settail(q->qhandle, new_tail); in spu_queue_submit()
482 hv_ret = sun4v_ncs_gethead(qp->qhandle, &head); in wait_for_tail()
1598 herr = sun4v_ncs_qhandle_to_devino(p->qhandle, &p->devino); in spu_map_ino()
1671 CWQ_NUM_ENTRIES, &p->qhandle); in spu_queue_register()
1673 sun4v_ncs_sethead_marker(p->qhandle, 0); in spu_queue_register()
1706 hv_ret = sun4v_ncs_qconf(p->q_type, p->qhandle, 0, &p->qhandle); in spu_queue_destroy()