Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c2682 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port()
2683 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port()
3217 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3286 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting,
3360 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3402 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3451 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3527 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3570 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3620 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
[all …]
Dchip.h459 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member