Searched refs:port_egress_rate_limiting (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 3499 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port() 3500 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port() 4084 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4163 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting, 4251 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4296 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4356 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4440 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4487 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, 4541 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting, [all …]
|
D | chip.h | 525 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member
|