Searched refs:PORT_MASK (Results 1 – 3 of 3) sorted by relevance
104 #define PORT_MASK(_sc) 0x7f macro
1030 reg &= ~(PORT_MASK(sc) | PORT_VLAN_MAP_FID_MASK);1031 reg |= members & PORT_MASK(sc) & ~(1 << port);1299 vg->es_untagged_ports = vg->es_member_ports = reg & PORT_MASK(sc);
304 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro