Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c1424 max_bw = p_hwfn->mcp_info->func_info.bandwidth_max; in ecore_mcp_handle_link_change()
1690 p_info->bandwidth_max = (p_shmem_info->config & in ecore_read_pf_bandwidth()
1693 if (p_info->bandwidth_max < 1 || p_info->bandwidth_max > 100) { in ecore_read_pf_bandwidth()
1696 p_info->bandwidth_max); in ecore_read_pf_bandwidth()
1697 p_info->bandwidth_max = 100; in ecore_read_pf_bandwidth()
1716 ecore_configure_pf_max_bandwidth(p_hwfn->p_dev, p_info->bandwidth_max); in ecore_mcp_update_bw()
2617 info->bandwidth_min, info->bandwidth_max, in ecore_mcp_fill_shmem_func_info()
H A Decore_mcp_api.h107 u8 bandwidth_max; member
H A Decore_dev.c2915 if (p_hwfn->mcp_info->func_info.bandwidth_max) in ecore_hw_init_common()
6638 p_hwfn->mcp_info->func_info.bandwidth_max = max_bw; in __ecore_configure_pf_max_bandwidth()