Home
last modified time | relevance | path

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

/f-stack/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.c3473 return ice_sched_set_agg_bw_shared_lmt(pi, agg_id, min_bw, max_bw, in ice_cfg_agg_bw_shared_lmt()
3507 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_cfg_agg_bw_shared_lmt_per_tc() argument
4889 u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_node_srl_per_tc() argument
4915 min_bw); in ice_sched_set_vsi_node_srl_per_tc()
4943 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_bw_shared_lmt() argument
4971 min_bw, max_bw, in ice_sched_set_vsi_bw_shared_lmt()
5118 u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_agg_node_srl_per_tc() argument
5144 ICE_MIN_BW, min_bw); in ice_sched_set_agg_node_srl_per_tc()
5173 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_agg_bw_shared_lmt() argument
5199 min_bw, max_bw, in ice_sched_set_agg_bw_shared_lmt()
[all …]
/f-stack/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()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_prototype.h440 u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
H A Di40e_adminq_cmd.h1883 u8 min_bw[16]; /* guaranteed bandwidth */ member
H A Di40e_common.c6489 u32 *max_bw, u32 *min_bw, in i40e_read_bw_from_alt_ram() argument
6505 min_bw_addr, min_bw); in i40e_read_bw_from_alt_ram()
6507 if (*min_bw & I40E_ALT_BW_VALID_MASK) in i40e_read_bw_from_alt_ram()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c2928 uint64_t bw, min_bw; in __bbr_get_bw() local
2945 min_bw = (uint64_t)(bbr_initial_cwnd(bbr, bbr->rc_tp)) * in __bbr_get_bw()
2947 min_bw /= rtt; in __bbr_get_bw()
2948 if (min_bw < bbr->r_ctl.rc_initial_hptsi_bw) { in __bbr_get_bw()
2949 min_bw = bbr->r_ctl.rc_initial_hptsi_bw; in __bbr_get_bw()
2957 min_bw = bbr->r_ctl.rc_initial_hptsi_bw; in __bbr_get_bw()
2960 min_bw = 0; in __bbr_get_bw()
2993 if (bw > min_bw) in __bbr_get_bw()
2996 return (min_bw); in __bbr_get_bw()
3018 if (bw < min_bw) in __bbr_get_bw()
[all …]
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h757 uint8_t min_bw[MAX_VNIC_NUM]; member
H A Dbnx2x.c8054 mf_info->min_bw[vnic] = in bnx2x_get_mf_cfg_info()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c12282 cmdline_fixed_string_t min_bw; member
12316 min_bw, "min-bandwidth");
/f-stack/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h11451 uint32_t min_bw; member
12203 uint32_t min_bw; member