Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/
Dmt7530.h229 #define G0_PORT_VID(x) (((x) & 0xfff) << 0) macro
230 #define G0_PORT_VID_MASK G0_PORT_VID(0xfff)
231 #define G0_PORT_VID_DEF G0_PORT_VID(1)
Dmt7530.c1416 G0_PORT_VID(vlan->vid_end)); in mt7530_port_vlan_add()