Searched refs:port_egress_rate_limiting (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 2515 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port() 2516 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port() 2995 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 3067 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting, 3141 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 3185 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 3231 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 3307 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 3350 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 3394 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, [all …]
|
D | chip.h | 428 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member
|