Home
last modified time | relevance | path

Searched refs:PORT_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/etherswitch/e6000sw/
H A De6000swreg.h104 #define PORT_MASK(_sc) 0x7f macro
H A De6000sw.c1030 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);
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c304 #define PORT_MASK ((1 << MAX_NPORTS) - 1) macro