Home
last modified time | relevance | path

Searched refs:min_pf_rate (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c4999 * approx min rate = min_pf_rate * (vport_wfq / QED_WFQ_UNIT)
5003 u32 min_pf_rate) in qed_configure_wfq_for_all_vports() argument
5014 min_pf_rate; in qed_configure_wfq_for_all_vports()
5022 u32 min_pf_rate) in qed_init_wfq_default_param() argument
5033 u32 min_pf_rate) in qed_disable_wfq_for_all_vports() argument
5041 qed_init_wfq_default_param(p_hwfn, min_pf_rate); in qed_disable_wfq_for_all_vports()
5050 * 1. req_rate must be greater than one percent of min_pf_rate.
5052 * rates to get less than one percent of min_pf_rate.
5053 * 3. total_req_min_rate [all vports min rate sum] shouldn't exceed min_pf_rate.
5056 u16 vport_id, u32 req_rate, u32 min_pf_rate) in qed_init_wfq_param() argument
5157 __qed_configure_vp_wfq_on_link_change(struct qed_hwfn * p_hwfn,struct qed_ptt * p_ptt,u32 min_pf_rate) __qed_configure_vp_wfq_on_link_change() argument
5227 qed_configure_vp_wfq_on_link_change(struct qed_dev * cdev,struct qed_ptt * p_ptt,u32 min_pf_rate) qed_configure_vp_wfq_on_link_change() argument
[all...]
H A Dqed_mcp.h88 u32 min_pf_rate; member
H A Dqed_mcp.c1433 p_link->min_pf_rate); in qed_mcp_handle_link_change()