Lines Matching refs:w2
82 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF) argument
83 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF) argument
118 u_int32_t w2; member
132 u_int32_t w2; member
143 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF) argument
144 #define TIPC_BC_GAP_TO(w2) (((w2) >> 0) & 0xFFFF) argument
167 u_int32_t w0, w1, w2; in print_payload() local
215 w2 = EXTRACT_32BITS(&ap->w2); in print_payload()
216 link_ack = TIPC_LINK_ACK(w2); in print_payload()
217 link_seq = TIPC_LINK_SEQ(w2); in print_payload()
232 u_int32_t w0, w1, w2, w4, w5, w9; in print_internal() local
272 w2 = EXTRACT_32BITS(&ap->w2); in print_internal()
273 bc_gap_after = TIPC_BC_GAP_AFTER(w2); in print_internal()
274 bc_gap_to = TIPC_BC_GAP_TO(w2); in print_internal()