Home
last modified time | relevance | path

Searched refs:rate_bytes_ps (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/net/sched/
H A Dsch_tbf.c125 u64 len = time_in_ns * r->rate_bytes_ps; in psched_ns_t2l()
272 return q->peak.rate_bytes_ps; in tbf_peak_present()
409 if (peak.rate_bytes_ps <= rate.rate_bytes_ps) { in tbf_change()
411 peak.rate_bytes_ps, rate.rate_bytes_ps); in tbf_change()
534 if (q->rate.rate_bytes_ps >= (1ULL << 32) && in tbf_dump()
535 nla_put_u64_64bit(skb, TCA_TBF_RATE64, q->rate.rate_bytes_ps, in tbf_dump()
539 q->peak.rate_bytes_ps >= (1ULL << 32) && in tbf_dump()
540 nla_put_u64_64bit(skb, TCA_TBF_PRATE64, q->peak.rate_bytes_ps, in tbf_dump()
H A Dact_police.c361 if ((p->rate.rate_bytes_ps >= (1ULL << 32)) && in tcf_police_dump()
363 p->rate.rate_bytes_ps, in tcf_police_dump()
369 if ((p->peak.rate_bytes_ps >= (1ULL << 32)) && in tcf_police_dump()
371 p->peak.rate_bytes_ps, in tcf_police_dump()
453 entry->police.rate_bytes_ps = in tcf_police_offload_act_setup()
H A Dsch_htb.c1273 if ((cl->rate.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1274 nla_put_u64_64bit(skb, TCA_HTB_RATE64, cl->rate.rate_bytes_ps, in htb_dump_class()
1277 if ((cl->ceil.rate_bytes_ps >= (1ULL << 32)) && in htb_dump_class()
1278 nla_put_u64_64bit(skb, TCA_HTB_CEIL64, cl->ceil.rate_bytes_ps, in htb_dump_class()
2027 u64 quantum = cl->rate.rate_bytes_ps; in htb_change_class()
H A Dsch_generic.c1547 r->rate_bytes_ps = max_t(u64, conf->rate, rate64); in psched_ratecfg_precompute()
1549 psched_ratecfg_precompute__(r->rate_bytes_ps, &r->mult, &r->shift); in psched_ratecfg_precompute()
/openbmc/linux/include/net/tc_act/
H A Dtc_police.h63 return params->rate.rate_bytes_ps; in tcf_police_rate_bytes_ps()
98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
169 return params->peak.rate_bytes_ps; in tcf_police_peakrate_bytes_ps()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c234 if (action->police.rate_bytes_ps > 0) { in nfp_flower_install_rate_limiter()
258 if (action->police.rate_bytes_ps > 0) { in nfp_flower_install_rate_limiter()
259 rate = action->police.rate_bytes_ps; in nfp_flower_install_rate_limiter()
649 if (action->police.rate_bytes_ps > 0) { in nfp_flower_setup_meter_entry()
651 meter_entry->rate = action->police.rate_bytes_ps; in nfp_flower_setup_meter_entry()
722 if (action->police.rate_bytes_ps > 0) { in nfp_act_install_actions()
723 rate = action->police.rate_bytes_ps; in nfp_act_install_actions()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.h29 int (*policer_add)(void *priv, u64 rate_bytes_ps, u32 burst,
103 u32 fa_index, u64 rate_bytes_ps, u32 burst,
H A Dspectrum_acl_flex_actions.c172 static int mlxsw_sp_act_policer_add(void *priv, u64 rate_bytes_ps, u32 burst, in mlxsw_sp_act_policer_add() argument
179 params.rate = rate_bytes_ps; in mlxsw_sp_act_policer_add()
H A Dcore_acl_flex_actions.c870 u64 rate_bytes_ps, u32 burst, in mlxsw_afa_policer_create() argument
880 err = mlxsw_afa->ops->policer_add(mlxsw_afa->ops_priv, rate_bytes_ps, in mlxsw_afa_policer_create()
919 u64 rate_bytes_ps, u32 burst, in mlxsw_afa_policer_get() argument
931 return mlxsw_afa_policer_create(mlxsw_afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_get()
970 u64 rate_bytes_ps, u32 burst, in mlxsw_afa_policer_ref_create() argument
981 policer = mlxsw_afa_policer_get(block->afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_ref_create()
1810 u32 fa_index, u64 rate_bytes_ps, u32 burst, in mlxsw_afa_block_append_police() argument
1819 rate_bytes_ps, in mlxsw_afa_block_append_police()
H A Dspectrum_policer.c54 static u64 mlxsw_sp_policer_rate_bytes_ps_kbps(u64 rate_bytes_ps) in mlxsw_sp_policer_rate_bytes_ps_kbps() argument
56 return div_u64(rate_bytes_ps, 1000) * BITS_PER_BYTE; in mlxsw_sp_policer_rate_bytes_ps_kbps()
H A Dspectrum_acl.c742 u32 index, u64 rate_bytes_ps, in mlxsw_sp_acl_rulei_act_police() argument
748 rate_bytes_ps, burst, in mlxsw_sp_acl_rulei_act_police()
H A Dspectrum_flower.c256 act->police.rate_bytes_ps, in mlxsw_sp_flower_parse_actions()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c60 if (act->police.rate_bytes_ps) { in fill_meter_params_from_act()
63 params->rate = act->police.rate_bytes_ps << 3; in fill_meter_params_from_act()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tbf.c25 cir = div_u64(qopt->replace_params.rate.rate_bytes_ps, 1000) * 8; in lan966x_tbf_add()
H A Dlan966x_police.c152 pol.rate = div_u64(act->police.rate_bytes_ps, 1000) * 8; in lan966x_police_port_add()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_matchall.c96 if (entry->police.rate_bytes_ps * 8 > max_link_rate) { in cxgb4_matchall_egress_validate()
198 p.u.params.maxrate = div_u64(entry->police.rate_bytes_ps * 8, 1000); in cxgb4_matchall_alloc_tc()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c258 otx2_convert_rate(entry->police.rate_bytes_ps)); in otx2_tc_egress_matchall_install()
419 if (act->police.rate_bytes_ps > 0) { in otx2_tc_parse_actions()
420 rate = act->police.rate_bytes_ps * 8; in otx2_tc_parse_actions()
1249 rate = entry->police.rate_bytes_ps * 8; in otx2_tc_ingress_matchall_install()
/openbmc/linux/include/net/
H A Dsch_generic.h1224 u64 rate_bytes_ps; /* bytes per second */ member
1259 res->rate = min_t(u64, r->rate_bytes_ps, ~0U); in psched_ratecfg_getrate()
H A Dflow_offload.h280 u64 rate_bytes_ps; member
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_qos.c495 .rate = div_u64(params->rate.rate_bytes_ps, 1000) * 8, in sparx5_tc_tbf_add()
H A Dsparx5_tc_flower.c746 pol->rate = div_u64(act->police.rate_bytes_ps, 1000) * 8; in sparx5_tc_flower_parse_act_police()
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c370 act->police.rate_bytes_ps, in sja1105_cls_flower_add()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flower.c118 act->police.rate_bytes_ps; in prestera_flower_parse_actions()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c696 if (act->police.rate_bytes_ps || act->police.peakrate_bytes_ps || in am65_cpsw_qos_clsflower_policer_validate()
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_flower.c353 rate = a->police.rate_bytes_ps; in ocelot_flower_parse_action()

12