Lines Matching refs:w2
76 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF) argument
77 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF) argument
112 uint32_t w2; member
126 uint32_t w2; member
137 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF) argument
138 #define TIPC_BC_GAP_TO(w2) (((w2) >> 0) & 0xFFFF) argument
161 uint32_t w0, w1, w2; in print_payload() local
209 w2 = EXTRACT_32BITS(&ap->w2); in print_payload()
210 link_ack = TIPC_LINK_ACK(w2); in print_payload()
211 link_seq = TIPC_LINK_SEQ(w2); in print_payload()
226 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local
266 w2 = EXTRACT_32BITS(&ap->w2); in print_internal()
267 bc_gap_after = TIPC_BC_GAP_AFTER(w2); in print_internal()
268 bc_gap_to = TIPC_BC_GAP_TO(w2); in print_internal()