Lines Matching defs:w4
123 nd_uint32_t w4;134 #define TIPC_LAST_SENT_FRAG(w4) (((w4) >> 16) & 0xFFFF)135 #define TIPC_NEXT_SENT_FRAG(w4) (((w4) >> 0) & 0xFFFF)215 uint32_t w0, w1, w2, w4, w5, w9;257 w4 = GET_BE_U_4(ap->w4);258 last_sent_frag = TIPC_LAST_SENT_FRAG(w4);259 next_sent_frag = TIPC_NEXT_SENT_FRAG(w4);