Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ice/
Dice_sched.h185 ice_cfg_vsi_bw_shared_lmt(struct ice_port_info *pi, u16 vsi_handle, u32 min_bw,
190 ice_cfg_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw,
196 u32 min_bw, u32 max_bw, u32 shared_bw);
224 u32 min_bw, u32 max_bw, u32 shared_bw);
226 ice_sched_set_agg_bw_shared_lmt(struct ice_port_info *pi, u32 agg_id, u32 min_bw,
230 u8 tc, u32 min_bw, u32 max_bw,
Dice_sched.c3579 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
3582 return ice_sched_set_vsi_bw_shared_lmt(pi, vsi_handle, min_bw, max_bw, in ice_cfg_vsi_bw_shared_lmt()
3615 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
3618 return ice_sched_set_agg_bw_shared_lmt(pi, agg_id, min_bw, max_bw, in ice_cfg_agg_bw_shared_lmt()
3652 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_cfg_agg_bw_shared_lmt_per_tc() argument
3654 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()
5033 u8 tc, u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_node_srl_per_tc() argument
5059 min_bw); in ice_sched_set_vsi_node_srl_per_tc()
5087 u32 min_bw, u32 max_bw, u32 shared_bw) in ice_sched_set_vsi_bw_shared_lmt() argument
5115 min_bw, max_bw, in ice_sched_set_vsi_bw_shared_lmt()
[all …]
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_mcp.h360 u8 min_bw);
Decore_dev.c6910 u8 min_bw) in __ecore_configure_pf_min_bandwidth() argument
6914 p_hwfn->mcp_info->func_info.bandwidth_min = min_bw; in __ecore_configure_pf_min_bandwidth()
6915 p_hwfn->qm_info.pf_wfq = min_bw; in __ecore_configure_pf_min_bandwidth()
6920 p_link->min_pf_rate = (p_link->line_speed * min_bw) / 100; in __ecore_configure_pf_min_bandwidth()
6922 rc = ecore_init_pf_wfq(p_hwfn, p_ptt, p_hwfn->rel_pf_id, min_bw); in __ecore_configure_pf_min_bandwidth()
6932 int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw) in ecore_configure_pf_min_bandwidth() argument
6936 if (min_bw < 1 || min_bw > 100) { in ecore_configure_pf_min_bandwidth()
6954 p_link, min_bw); in ecore_configure_pf_min_bandwidth()
Decore.h1013 int ecore_configure_pf_min_bandwidth(struct ecore_dev *p_dev, u8 min_bw);
Decore_mcp.c1440 u8 max_bw, min_bw; in ecore_mcp_handle_link_change() local
1522 min_bw = p_hwfn->mcp_info->func_info.bandwidth_min; in ecore_mcp_handle_link_change()
1528 __ecore_configure_pf_min_bandwidth(p_hwfn, p_ptt, p_link, min_bw); in ecore_mcp_handle_link_change()
/freebsd-12-stable/sys/dev/ixl/
Di40e_prototype.h458 u32 *max_bw, u32 *min_bw, bool *min_valid, bool *max_valid);
Di40e_adminq_cmd.h1898 u8 min_bw[16]; /* guaranteed bandwidth */ member
Di40e_common.c6368 u32 *max_bw, u32 *min_bw, in i40e_read_bw_from_alt_ram() argument
6384 min_bw_addr, min_bw); in i40e_read_bw_from_alt_ram()
6386 if (*min_bw & I40E_ALT_BW_VALID_MASK) in i40e_read_bw_from_alt_ram()
/freebsd-12-stable/sys/dev/bxe/
Dbxe.h1079 uint8_t min_bw[MAX_VNIC_NUM]; member
Dbxe.c13496 mf_info->min_bw[0], mf_info->min_bw[1], in bxe_check_valid_mf_cfg()
13497 mf_info->min_bw[2], mf_info->min_bw[3]); in bxe_check_valid_mf_cfg()
13724 mf_info->min_bw[vnic] = in bxe_get_mf_cfg_info()
/freebsd-12-stable/sys/dev/bnxt/
Dhsi_struct_def.h6699 uint32_t min_bw; member
7260 uint32_t min_bw; member