Searched refs:vp_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/powerpc/powernv/ |
H A D | xive.c | 320 uint64_t vp_id; in xive_attach() local 364 vp_id = pcpu_find(i)->pc_hwref; in xive_attach() 367 xive_cpud->vp = vp_id + vp_block; in xive_attach() 386 error = opal_call(OPAL_XIVE_SET_QUEUE_INFO, vp_id, in xive_attach() 401 xive_cpud->ipi_data.vp = vp_id; in xive_attach()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore.h | 1007 int ecore_configure_vport_wfq(struct ecore_dev *p_dev, u16 vp_id, u32 rate);
|
H A D | ecore_dev.c | 6720 u16 vp_id, u32 rate) in __ecore_configure_vport_wfq() argument 6728 p_hwfn->qm_info.wfq_data[vp_id].min_speed = rate; in __ecore_configure_vport_wfq() 6729 p_hwfn->qm_info.wfq_data[vp_id].configured = true; in __ecore_configure_vport_wfq() 6733 rc = ecore_init_wfq_param(p_hwfn, vp_id, rate, p_link->min_pf_rate); in __ecore_configure_vport_wfq() 6783 int ecore_configure_vport_wfq(struct ecore_dev *p_dev, u16 vp_id, u32 rate) in ecore_configure_vport_wfq() argument 6802 rc = __ecore_configure_vport_wfq(p_hwfn, p_ptt, vp_id, rate); in ecore_configure_vport_wfq()
|