Searched refs:PORT_MASK (Results 1 – 3 of 3) sorted by relevance
104 #define PORT_MASK(_sc) 0x7f macro
882 reg &= ~(PORT_MASK(sc) | PORT_VLAN_MAP_FID_MASK); in e6000sw_port_vlan_assign()883 reg |= members & PORT_MASK(sc) & ~(1 << port); in e6000sw_port_vlan_assign()1187 vg->es_untagged_ports = vg->es_member_ports = reg & PORT_MASK(sc); in e6000sw_get_port_vlan()
306 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro