Lines Matching refs:msg_set_bits
104 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() function
132 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version()
147 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user()
167 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz()
187 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq()
197 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable()
207 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable()
227 msg_set_bits(m, 1, 29, 0x7, n); in msg_set_type()
252 msg_set_bits(m, 1, 25, 0xf, err); in msg_set_errcode()
262 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
267 msg_set_bits(m, 1, 21, 0xf, 0); in msg_reset_reroute_cnt()
277 msg_set_bits(m, 1, 19, 0x3, n); in msg_set_lookup_scope()
287 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_bcast_ack()
302 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_ack()
312 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_seqno()
512 msg_set_bits(m, 1, 16, 0x1fff, n); in msg_set_seq_gap()
522 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_node_sig()
547 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_bcgap_after()
557 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_bcgap_to()
572 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_last_bcast()
583 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_fragm_no()
594 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_next_sent()
605 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_long_msgno()
625 msg_set_bits(m, 4, 0, 1, n); in msg_set_link_selector()
639 msg_set_bits(m, 5, 16, 0xffff, n); in msg_set_session()
649 msg_set_bits(m, 5, 0, 1, val); in msg_set_probe()
659 msg_set_bits(m, 5, 1, 7, (n - 'A')); in msg_set_net_plane()
669 msg_set_bits(m, 5, 4, 0x1f, n); in msg_set_linkprio()
679 msg_set_bits(m, 5, 9, 0x7, n); in msg_set_bearer_id()
689 msg_set_bits(m, 5, 12, 0x1, r); in msg_set_redundant_link()
708 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_msgcnt()
718 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_bcast_tag()
728 msg_set_bits(m, 9, 16, 0xffff, (n / 4)); in msg_set_max_pkt()
738 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_link_tolerance()