Lines Matching refs:vp_id
120 int xive_native_configure_queue(u32 vp_id, struct xive_q *q, u8 prio, in xive_native_configure_queue() argument
141 rc = opal_xive_get_queue_info(vp_id, prio, NULL, NULL, in xive_native_configure_queue()
163 rc = opal_xive_set_queue_info(vp_id, prio, qpage_phys, order, flags); in xive_native_configure_queue()
184 static void __xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in __xive_native_disable_queue() argument
190 rc = opal_xive_set_queue_info(vp_id, prio, 0, 0, 0); in __xive_native_disable_queue()
199 void xive_native_disable_queue(u32 vp_id, struct xive_q *q, u8 prio) in xive_native_disable_queue() argument
201 __xive_native_disable_queue(vp_id, q, prio); in xive_native_disable_queue()
671 int xive_native_enable_vp(u32 vp_id, bool single_escalation) in xive_native_enable_vp() argument
679 rc = opal_xive_set_vp_info(vp_id, flags, 0); in xive_native_enable_vp()
688 int xive_native_disable_vp(u32 vp_id) in xive_native_disable_vp() argument
693 rc = opal_xive_set_vp_info(vp_id, 0, 0); in xive_native_disable_vp()
702 int xive_native_get_vp_info(u32 vp_id, u32 *out_cam_id, u32 *out_chip_id) in xive_native_get_vp_info() argument
708 rc = opal_xive_get_vp_info(vp_id, NULL, &vp_cam_be, NULL, &vp_chip_id_be); in xive_native_get_vp_info()