Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dchip.c2305 if (chip->info->ops->port_egress_rate_limiting) { in mv88e6xxx_setup_port()
2306 err = chip->info->ops->port_egress_rate_limiting(chip, port); in mv88e6xxx_setup_port()
2720 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
2790 .port_egress_rate_limiting = mv88e6095_port_egress_rate_limiting,
2862 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
2904 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
2944 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3018 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3059 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
3101 .port_egress_rate_limiting = mv88e6097_port_egress_rate_limiting,
[all …]
Dchip.h386 int (*port_egress_rate_limiting)(struct mv88e6xxx_chip *chip, int port); member