Home
last modified time | relevance | path

Searched refs:min_bw (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_sched.h156 ice_cfg_vsi_bw_shared_lmt(struct ice_port_info *pi, u16 vsi_handle, u32 min_bw,
161 ice_cfg_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw,
167 u32 min_bw, u32 max_bw, u32 shared_bw);
195 u32 min_bw, u32 max_bw, u32 shared_bw);
197 ice_sched_set_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw,
201 u8 tc, u32 min_bw, u32 max_bw,
H A Dice_sched.c3520 return ice_sched_set_agg_bw_shared_lmt(pi, agg_id, min_bw, max_bw, in ice_cfg_agg_bw_shared_lmt()
3554 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_cfg_agg_bw_shared_lmt_per_tc() argument
4935 u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_node_srl_per_tc() argument
4961 min_bw); in ice_sched_set_vsi_node_srl_per_tc()
4989 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_bw_shared_lmt() argument
5017 min_bw, max_bw, in ice_sched_set_vsi_bw_shared_lmt()
5164 u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_agg_node_srl_per_tc() argument
5190 ICE_MIN_BW, min_bw); in ice_sched_set_agg_node_srl_per_tc()
5219 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_agg_bw_shared_lmt() argument
5245 min_bw, max_bw, in ice_sched_set_agg_bw_shared_lmt()
[all …]
/dpdk/drivers/net/qede/base/
H A Decore_mcp.h318 u8 min_bw);
H A Decore_dev.c6700 u8 min_bw) in __ecore_configure_pf_min_bandwidth() argument
6704 p_hwfn->mcp_info->func_info.bandwidth_min = min_bw; in __ecore_configure_pf_min_bandwidth()
6705 p_hwfn->qm_info.pf_wfq = min_bw; in __ecore_configure_pf_min_bandwidth()
6710 p_link->min_pf_rate = (p_link->line_speed * min_bw) / 100; in __ecore_configure_pf_min_bandwidth()
6712 rc = ecore_init_pf_wfq(p_hwfn, p_ptt, p_hwfn->rel_pf_id, min_bw); in __ecore_configure_pf_min_bandwidth()
6722 int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw) in ecore_configure_pf_min_bandwidth() argument
6726 if (min_bw < 1 || min_bw > 100) { in ecore_configure_pf_min_bandwidth()
6744 p_link, min_bw); in ecore_configure_pf_min_bandwidth()
H A Decore.h1029 int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw);
H A Decore_mcp.c1343 u8 max_bw, min_bw; in ecore_mcp_handle_link_change() local
1425 min_bw = p_hwfn->mcp_info->func_info.bandwidth_min; in ecore_mcp_handle_link_change()
1433 p_link, min_bw); in ecore_mcp_handle_link_change()
/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h457 u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
H A Di40e_adminq_cmd.h1901 u8 min_bw[16]; /* guaranteed bandwidth */ member
H A Di40e_common.c6602 u32 *max_bw, u32 *min_bw, in i40e_read_bw_from_alt_ram() argument
6618 min_bw_addr, min_bw); in i40e_read_bw_from_alt_ram()
6620 if (*min_bw & I40E_ALT_BW_VALID_MASK) in i40e_read_bw_from_alt_ram()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h757 uint8_t min_bw[MAX_VNIC_NUM]; member
H A Dbnx2x.c8058 mf_info->min_bw[vnic] = in bnx2x_get_mf_cfg_info()
/dpdk/app/test-pmd/
H A Dcmdline.c12732 cmdline_fixed_string_t min_bw; member
12766 min_bw, "min-bandwidth");
/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h14544 uint32_t min_bw; member
15438 uint32_t min_bw; member