Searched refs:set_switch_mac (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 1743 if (chip->info->ops->set_switch_mac) { in mv88e6xxx_mac_setup() 1748 return chip->info->ops->set_switch_mac(chip, addr); in mv88e6xxx_mac_setup() 4201 .set_switch_mac = mv88e6xxx_g1_set_switch_mac, 4245 .set_switch_mac = mv88e6xxx_g1_set_switch_mac, 4278 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 4325 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 4365 .set_switch_mac = mv88e6xxx_g1_set_switch_mac, 4408 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 4469 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 4517 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, [all …]
|
| H A D | chip.h | 479 int (*set_switch_mac)(struct mv88e6xxx_chip *chip, u8 *addr); member
|