/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 33 u64 rate_bytes_per_sec, in sja1105_setup_bcast_policer() 80 policing[rule->bcast_pol.sharindx].rate = div_u64(rate_bytes_per_sec * in sja1105_setup_bcast_policer() 104 u64 rate_bytes_per_sec, in sja1105_setup_tc_policer() 152 policing[rule->tc_pol.sharindx].rate = div_u64(rate_bytes_per_sec * in sja1105_setup_tc_policer() 177 u64 rate_bytes_per_sec, in sja1105_flower_policer() 183 rate_bytes_per_sec, burst); in sja1105_flower_policer() 186 key->tc.pcp, rate_bytes_per_sec, in sja1105_flower_policer() 30 sja1105_setup_bcast_policer(struct sja1105_private *priv, struct netlink_ext_ack *extack, unsigned long cookie, int port, u64 rate_bytes_per_sec, u32 burst) sja1105_setup_bcast_policer() argument 101 sja1105_setup_tc_policer(struct sja1105_private *priv, struct netlink_ext_ack *extack, unsigned long cookie, int port, int tc, u64 rate_bytes_per_sec, u32 burst) sja1105_setup_tc_policer() argument 173 sja1105_flower_policer(struct sja1105_private *priv, int port, struct netlink_ext_ack *extack, unsigned long cookie, struct sja1105_key *key, u64 rate_bytes_per_sec, u32 burst) sja1105_flower_policer() argument
|
H A D | sja1105_main.c | 3360 policing[port].rate = div_u64(512 * policer->rate_bytes_per_sec, in sja1105_port_policer_add()
|
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_flower.c | 33 u64 rate_bytes_per_sec, in sja1105_setup_bcast_policer() 81 policing[rule->bcast_pol.sharindx].rate = div_u64(rate_bytes_per_sec * in sja1105_setup_bcast_policer() 105 u64 rate_bytes_per_sec, in sja1105_setup_tc_policer() 153 policing[rule->tc_pol.sharindx].rate = div_u64(rate_bytes_per_sec * in sja1105_setup_tc_policer() 178 u64 rate_bytes_per_sec, in sja1105_flower_policer() 184 rate_bytes_per_sec, burst); in sja1105_flower_policer() 187 key->tc.pcp, rate_bytes_per_sec, in sja1105_flower_policer() 30 sja1105_setup_bcast_policer(struct sja1105_private *priv, struct netlink_ext_ack *extack, unsigned long cookie, int port, u64 rate_bytes_per_sec, u32 burst) sja1105_setup_bcast_policer() argument 102 sja1105_setup_tc_policer(struct sja1105_private *priv, struct netlink_ext_ack *extack, unsigned long cookie, int port, int tc, u64 rate_bytes_per_sec, u32 burst) sja1105_setup_tc_policer() argument 174 sja1105_flower_policer(struct sja1105_private *priv, int port, struct netlink_ext_ack *extack, unsigned long cookie, struct sja1105_key *key, u64 rate_bytes_per_sec, u32 burst) sja1105_flower_policer() argument
|
H A D | sja1105_main.c | 2924 policing[port].rate = div_u64(512 * policer->rate_bytes_per_sec, in sja1105_port_policer_add()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dsa.h | 167 u64 rate_bytes_per_sec; member
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
H A D | felix.c | 756 .rate = div_u64(policer->rate_bytes_per_sec, 1000) * 8, in felix_port_policer_add()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dsa.h | 217 u64 rate_bytes_per_sec; member
|
/kernel/linux/linux-5.10/net/dsa/ |
H A D | slave.c | 1033 policer->rate_bytes_per_sec = act->police.rate_bytes_ps; in dsa_slave_add_cls_matchall_police()
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 1842 .rate = div_u64(policer->rate_bytes_per_sec, 1000) * 8, in felix_port_policer_add()
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | slave.c | 1479 policer->rate_bytes_per_sec = act->police.rate_bytes_ps; in dsa_slave_add_cls_matchall_police()
|