Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c1425 min_bw = p_hwfn->mcp_info->func_info.bandwidth_min; in ecore_mcp_handle_link_change()
1680 p_info->bandwidth_min = (p_shmem_info->config & in ecore_read_pf_bandwidth()
1683 if (p_info->bandwidth_min < 1 || p_info->bandwidth_min > 100) { in ecore_read_pf_bandwidth()
1686 p_info->bandwidth_min); in ecore_read_pf_bandwidth()
1687 p_info->bandwidth_min = 1; in ecore_read_pf_bandwidth()
1714 ecore_configure_pf_min_bandwidth(p_hwfn->p_dev, p_info->bandwidth_min); in ecore_mcp_update_bw()
2617 info->bandwidth_min, info->bandwidth_max, in ecore_mcp_fill_shmem_func_info()
H A Decore_mcp_api.h106 u8 bandwidth_min; member
H A Decore_dev.c2917 if (p_hwfn->mcp_info->func_info.bandwidth_min) in ecore_hw_init_common()
3420 if (p_info->bandwidth_min) in ecore_hw_init_pf()
3421 p_hwfn->qm_info.pf_wfq = p_info->bandwidth_min; in ecore_hw_init_pf()
6704 p_hwfn->mcp_info->func_info.bandwidth_min = min_bw; in __ecore_configure_pf_min_bandwidth()