Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.h29 int (*policer_add)(void *priv, u64 rate_bytes_ps, u32 burst,
98 u32 fa_index, u64 rate_bytes_ps, u32 burst,
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()
Dcore_acl_flex_actions.c869 u64 rate_bytes_ps, u32 burst, in mlxsw_afa_policer_create() argument
879 err = mlxsw_afa->ops->policer_add(mlxsw_afa->ops_priv, rate_bytes_ps, in mlxsw_afa_policer_create()
918 u64 rate_bytes_ps, u32 burst, in mlxsw_afa_policer_get() argument
930 return mlxsw_afa_policer_create(mlxsw_afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_get()
969 u64 rate_bytes_ps, u32 burst, in mlxsw_afa_policer_ref_create() argument
980 policer = mlxsw_afa_policer_get(block->afa, fa_index, rate_bytes_ps, in mlxsw_afa_policer_ref_create()
1809 u32 fa_index, u64 rate_bytes_ps, u32 burst, in mlxsw_afa_block_append_police() argument
1818 rate_bytes_ps, in mlxsw_afa_block_append_police()
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()
Dspectrum_acl.c654 u32 index, u64 rate_bytes_ps, in mlxsw_sp_acl_rulei_act_police() argument
660 rate_bytes_ps, burst, in mlxsw_sp_acl_rulei_act_police()
Dspectrum_flower.c207 act->police.rate_bytes_ps, in mlxsw_sp_flower_parse_actions()
Dspectrum.h977 u32 index, u64 rate_bytes_ps,
Dspectrum_qdisc.c791 return div_u64(p->rate.rate_bytes_ps, 1000) * 8; in mlxsw_sp_qdisc_tbf_rate_kbps()
/drivers/net/ethernet/netronome/nfp/flower/
Dqos_conf.c135 if (action->police.rate_bytes_ps > 0) { in nfp_flower_install_rate_limiter()
159 if (action->police.rate_bytes_ps > 0) { in nfp_flower_install_rate_limiter()
160 rate = action->police.rate_bytes_ps; in nfp_flower_install_rate_limiter()
/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c254 rate = entry->police.rate_bytes_ps * 8; in otx2_tc_egress_matchall_install()
392 if (act->police.rate_bytes_ps > 0) { in otx2_tc_parse_actions()
393 rate = act->police.rate_bytes_ps * 8; in otx2_tc_parse_actions()
944 rate = entry->police.rate_bytes_ps * 8; in otx2_tc_ingress_matchall_install()
/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_matchall.c57 if (entry->police.rate_bytes_ps * 8 > max_link_rate) { in cxgb4_matchall_egress_validate()
159 p.u.params.maxrate = div_u64(entry->police.rate_bytes_ps * 8, 1000); in cxgb4_matchall_alloc_tc()
/drivers/net/dsa/sja1105/
Dsja1105_flower.c333 act->police.rate_bytes_ps, in sja1105_cls_flower_add()
/drivers/net/ethernet/mscc/
Docelot_flower.c244 rate = a->police.rate_bytes_ps; in ocelot_flower_parse_action()
Docelot_net.c266 pol.rate = (u32)div_u64(action->police.rate_bytes_ps, 1000) * 8; in ocelot_setup_tc_cls_matchall()
/drivers/net/ethernet/freescale/enetc/
Denetc_qos.c1250 fmi->cir = entryp->police.rate_bytes_ps; in enetc_psfp_parse_clsflower()
/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c2564 tx_cr_shaper.rate_limit = bps_to_mbits(cfg->rate.rate_bytes_ps); in dpaa2_eth_setup_tbf()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c4840 err = apply_police_params(priv, act->police.rate_bytes_ps, extack); in scan_tc_matchall_fdb_actions()