Lines Matching refs:w2
71 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF) argument
72 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF) argument
107 nd_uint32_t w2; member
121 nd_uint32_t w2; member
132 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF) argument
133 #define TIPC_BC_GAP_TO(w2) (((w2) >> 0) & 0xFFFF) argument
156 uint32_t w0, w1, w2; in print_payload() local
202 w2 = GET_BE_U_4(ap->w2); in print_payload()
203 link_ack = TIPC_LINK_ACK(w2); in print_payload()
204 link_seq = TIPC_LINK_SEQ(w2); in print_payload()
215 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local
253 w2 = GET_BE_U_4(ap->w2); in print_internal()
254 bc_gap_after = TIPC_BC_GAP_AFTER(w2); in print_internal()
255 bc_gap_to = TIPC_BC_GAP_TO(w2); in print_internal()