Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c1424 p_info->bandwidth_max = (p_shmem_info->config & in ecore_read_pf_bandwidth()
1427 if (p_info->bandwidth_max < 1 || p_info->bandwidth_max > 100) { in ecore_read_pf_bandwidth()
1430 p_info->bandwidth_max); in ecore_read_pf_bandwidth()
1431 p_info->bandwidth_max = 100; in ecore_read_pf_bandwidth()
1521 max_bw = p_hwfn->mcp_info->func_info.bandwidth_max; in ecore_mcp_handle_link_change()
1790 ecore_configure_pf_max_bandwidth(p_hwfn->p_dev, p_info->bandwidth_max); in ecore_mcp_update_bw()
2722 info->bandwidth_min, info->bandwidth_max, in ecore_mcp_fill_shmem_func_info()
H A Decore_mcp_api.h133 u8 bandwidth_max; member
H A Decore_dev.c2985 if (p_hwfn->mcp_info->func_info.bandwidth_max) in ecore_hw_init_common()
6846 p_hwfn->mcp_info->func_info.bandwidth_max = max_bw; in __ecore_configure_pf_max_bandwidth()