Searched refs:PORT_MASK (Results 1 – 3 of 3) sorted by relevance
106 #define PORT_MASK(_sc) 0x7f macro
1064 reg &= ~(PORT_MASK(sc) | PORT_VLAN_MAP_FID_MASK);1065 reg |= members & PORT_MASK(sc) & ~(1 << port);1333 vg->es_untagged_ports = vg->es_member_ports = reg & PORT_MASK(sc);
302 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro