Home
last modified time | relevance | path

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

/drivers/net/dsa/mv88e6xxx/
Dchip.c1456 if (chip->info->ops->set_switch_mac) { in mv88e6xxx_mac_setup()
1461 return chip->info->ops->set_switch_mac(chip, addr); in mv88e6xxx_mac_setup()
3593 .set_switch_mac = mv88e6xxx_g1_set_switch_mac,
3634 .set_switch_mac = mv88e6xxx_g1_set_switch_mac,
3669 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
3716 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
3752 .set_switch_mac = mv88e6xxx_g1_set_switch_mac,
3795 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
3857 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
3900 .set_switch_mac = mv88e6xxx_g2_set_switch_mac,
[all …]
Dchip.h421 int (*set_switch_mac)(struct mv88e6xxx_chip *chip, u8 *addr); member