Home
last modified time | relevance | path

Searched refs:port_egress_rate_limiting (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3413 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port()
3414 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port()
4050 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
4129 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting,
4215 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
4262 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
4320 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
4406 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
4455 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
4508 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
[all …]
H A Dchip.h550 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member