Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c2699 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port()
2700 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port()
3239 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3309 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting,
3383 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3425 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3481 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3558 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3601 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3652 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
[all …]
Dchip.h460 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member