Searched refs:port_egress_rate_limiting (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 3549 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port() 3550 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port() 4190 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4269 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting, 4355 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4402 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4460 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4546 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4595 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4648 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, [all …]
|
D | chip.h | 563 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member
|