Searched refs:mv88e6xxx_port_set_pvid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | port.h | 328 int mv88e6xxx_port_set_pvid(struct mv88e6xxx_chip *chip, int port, u16 pvid);
|
H A D | port.c | 927 int mv88e6xxx_port_set_pvid(struct mv88e6xxx_chip *chip, int port, u16 pvid) in mv88e6xxx_port_set_pvid() function
|
H A D | chip.c | 2015 if (pvid && mv88e6xxx_port_set_pvid(chip, port, vlan->vid_end)) in mv88e6xxx_port_vlan_add() 2086 err = mv88e6xxx_port_set_pvid(chip, port, 0); in mv88e6xxx_port_vlan_del()
|
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | port.h | 382 int mv88e6xxx_port_set_pvid(struct mv88e6xxx_chip *chip, int port, u16 pvid);
|
H A D | port.c | 1116 int mv88e6xxx_port_set_pvid(struct mv88e6xxx_chip *chip, int port, u16 pvid) in mv88e6xxx_port_set_pvid() function
|
H A D | chip.c | 2013 err = mv88e6xxx_port_set_pvid(chip, port, pvid); in mv88e6xxx_port_commit_pvid()
|
Completed in 19 milliseconds