Home
last modified time | relevance | path

Searched refs:vp_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore.h1023 int ecore_configure_vport_wfq(struct ecore_dev *p_dev, u16 vp_id, u32 rate);
H A Decore_dev.c6514 u16 vp_id, u32 rate) in __ecore_configure_vport_wfq() argument
6522 p_hwfn->qm_info.wfq_data[vp_id].min_speed = rate; in __ecore_configure_vport_wfq()
6523 p_hwfn->qm_info.wfq_data[vp_id].configured = true; in __ecore_configure_vport_wfq()
6527 rc = ecore_init_wfq_param(p_hwfn, vp_id, rate, p_link->min_pf_rate); in __ecore_configure_vport_wfq()
6577 int ecore_configure_vport_wfq(struct ecore_dev *p_dev, u16 vp_id, u32 rate) in ecore_configure_vport_wfq() argument
6596 rc = __ecore_configure_vport_wfq(p_hwfn, p_ptt, vp_id, rate); in ecore_configure_vport_wfq()