Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dchip.c1609 if (chip->info->ops->set_switch_mac) { in mv88e6xxx_mac_setup()
1614 return chip->info->ops->set_switch_mac(chip, addr); in mv88e6xxx_mac_setup()
4073 .set_switch_mac = mv88e6xxx_g1_set_switch_mac,
4116 .set_switch_mac = mv88e6xxx_g1_set_switch_mac,
4151 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
4200 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
4238 .set_switch_mac = mv88e6xxx_g1_set_switch_mac,
4281 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
4345 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
4390 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
[all …]
Dchip.h445 int (*set_switch_mac)(struct mv88e6xxx_chip *chip, u8 *addr); member