Searched refs:set_switch_mac (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.c | 1392 if (chip->info->ops->set_switch_mac) { in mv88e6xxx_mac_setup() 1397 return chip->info->ops->set_switch_mac(chip, addr); in mv88e6xxx_mac_setup() 3230 .set_switch_mac = mv88e6xxx_g1_set_switch_mac, 3269 .set_switch_mac = mv88e6xxx_g1_set_switch_mac, 3299 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 3338 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 3372 .set_switch_mac = mv88e6xxx_g1_set_switch_mac, 3413 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 3472 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, 3513 .set_switch_mac = mv88e6xxx_g2_set_switch_mac, [all …]
|
| H A D | chip.h | 385 int (*set_switch_mac)(struct mv88e6xxx_chip *chip, u8 *addr); member
|