Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ice/
HDice_sched.h232 ice_cfg_vsi_bw_shared_lmt(struct ice_port_info *pi, u16 vsi_handle, u32 min_bw,
237 ice_cfg_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw,
243 u32 min_bw, u32 max_bw, u32 shared_bw);
271 u32 min_bw, u32 max_bw, u32 shared_bw);
273 ice_sched_set_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw,
277 u8 tc, u32 min_bw, u32 max_bw,
HDice_sched.c3620 ice_cfg_vsi_bw_shared_lmt(struct ice_port_info *pi, u16 vsi_handle, u32 min_bw, in ice_cfg_vsi_bw_shared_lmt() argument
3623 return ice_sched_set_vsi_bw_shared_lmt(pi, vsi_handle, min_bw, max_bw, in ice_cfg_vsi_bw_shared_lmt()
3656 ice_cfg_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw, in ice_cfg_agg_bw_shared_lmt() argument
3659 return ice_sched_set_agg_bw_shared_lmt(pi, agg_id, min_bw, max_bw, in ice_cfg_agg_bw_shared_lmt()
3693 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_cfg_agg_bw_shared_lmt_per_tc() argument
3695 return ice_sched_set_agg_bw_shared_lmt_per_tc(pi, agg_id, tc, min_bw, in ice_cfg_agg_bw_shared_lmt_per_tc()
5142 u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_node_srl_per_tc() argument
5168 min_bw); in ice_sched_set_vsi_node_srl_per_tc()
5196 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_bw_shared_lmt() argument
5224 min_bw, max_bw, in ice_sched_set_vsi_bw_shared_lmt()
[all …]
/freebsd-head/sys/dev/bnxt/bnxt_en/
HDbnxt_dcb.h59 uint32_t min_bw;
HDbnxt_dcb.c143 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
HDhsi_struct_def.h15997 uint32_t min_bw; member
16917 uint32_t min_bw; member
/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_mcp.h357 u8 min_bw);
HDecore_dev.c6906 u8 min_bw) in __ecore_configure_pf_min_bandwidth() argument
6910 p_hwfn->mcp_info->func_info.bandwidth_min = min_bw; in __ecore_configure_pf_min_bandwidth()
6911 p_hwfn->qm_info.pf_wfq = min_bw; in __ecore_configure_pf_min_bandwidth()
6916 p_link->min_pf_rate = (p_link->line_speed * min_bw) / 100; in __ecore_configure_pf_min_bandwidth()
6918 rc = ecore_init_pf_wfq(p_hwfn, p_ptt, p_hwfn->rel_pf_id, min_bw); in __ecore_configure_pf_min_bandwidth()
6928 int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw) in ecore_configure_pf_min_bandwidth() argument
6932 if (min_bw < 1 || min_bw > 100) { in ecore_configure_pf_min_bandwidth()
6950 p_link, min_bw); in ecore_configure_pf_min_bandwidth()
HDecore.h1013 int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw);
HDecore_mcp.c1438 u8 max_bw, min_bw; in ecore_mcp_handle_link_change() local
1520 min_bw = p_hwfn->mcp_info->func_info.bandwidth_min; in ecore_mcp_handle_link_change()
1526 __ecore_configure_pf_min_bandwidth(p_hwfn, p_ptt, p_link, min_bw); in ecore_mcp_handle_link_change()
/freebsd-head/sys/dev/bnxt/bnxt_re/
HDbnxt_re.h293 __le32 min_bw;
/freebsd-head/sys/dev/ixl/
HDi40e_prototype.h457 u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
HDi40e_adminq_cmd.h1897 u8 min_bw[16]; /* guaranteed bandwidth */ member
HDi40e_common.c6362 u32 *max_bw, u32 *min_bw, in i40e_read_bw_from_alt_ram() argument
6378 min_bw_addr, min_bw); in i40e_read_bw_from_alt_ram()
6380 if (*min_bw & I40E_ALT_BW_VALID_MASK) in i40e_read_bw_from_alt_ram()
/freebsd-head/sys/netinet/tcp_stacks/
HDbbr.c2908 uint64_t bw, min_bw; in __bbr_get_bw() local
2925 min_bw = (uint64_t)(bbr_initial_cwnd(bbr, bbr->rc_tp)) * in __bbr_get_bw()
2927 min_bw /= rtt; in __bbr_get_bw()
2928 if (min_bw < bbr->r_ctl.rc_initial_hptsi_bw) { in __bbr_get_bw()
2929 min_bw = bbr->r_ctl.rc_initial_hptsi_bw; in __bbr_get_bw()
2937 min_bw = bbr->r_ctl.rc_initial_hptsi_bw; in __bbr_get_bw()
2940 min_bw = 0; in __bbr_get_bw()
2973 if (bw > min_bw) in __bbr_get_bw()
2976 return (min_bw); in __bbr_get_bw()
2988 if (bw < min_bw) in __bbr_get_bw()
[all …]
/freebsd-head/sys/dev/bxe/
HDbxe.h1036 uint8_t min_bw[MAX_VNIC_NUM]; member
HDbxe.c13399 mf_info->min_bw[0], mf_info->min_bw[1], in bxe_check_valid_mf_cfg()
13400 mf_info->min_bw[2], mf_info->min_bw[3]); in bxe_check_valid_mf_cfg()
13627 mf_info->min_bw[vnic] = in bxe_get_mf_cfg_info()