Searched refs:PORT_ROLE_OFFS (Results 1 – 3 of 3) sorted by relevance
41 #define PORT_ROLE_OFFS 2 /* 0x04 & 0x08 */ macro42 #define PORT_ROLE_MASK (0x03 << PORT_ROLE_OFFS)
260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); in txRstp()
78 port->msgPortRole = (port->msgFlags & PORT_ROLE_MASK) >> PORT_ROLE_OFFS; in rcvBpdu()