Searched refs:PORT_ROLE_MASK (Results 1 – 2 of 2) sorted by relevance
42 #define PORT_ROLE_MASK (0x03 << PORT_ROLE_OFFS) macro
78 port->msgPortRole = (port->msgFlags & PORT_ROLE_MASK) >> PORT_ROLE_OFFS; in rcvBpdu()