Lines Matching refs:msg_set_bits

143 static inline void msg_set_bits(struct tipc_msg *m, u32 w,  in msg_set_bits()  function
170 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version()
185 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user()
195 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz()
215 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq()
225 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable()
235 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable()
263 msg_set_bits(m, 1, 29, 0x7, n); in msg_set_type()
288 msg_set_bits(m, 1, 25, 0xf, err); in msg_set_errcode()
298 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
303 msg_set_bits(m, 1, 21, 0xf, 0); in msg_reset_reroute_cnt()
313 msg_set_bits(m, 1, 19, 0x3, n); in msg_set_lookup_scope()
323 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_bcast_ack()
337 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_ack()
347 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_seqno()
365 msg_set_bits(m, 9, 0, 0x7, i); in msg_set_importance()
534 msg_set_bits(m, 1, 16, 0x1fff, n); in msg_set_seq_gap()
544 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_node_sig()
554 msg_set_bits(m, 1, 15, 0x1fff, n); in msg_set_node_capabilities()
586 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_bcgap_after()
596 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_bcgap_to()
610 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_last_bcast()
615 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_fragm_no()
626 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_next_sent()
631 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_long_msgno()
651 msg_set_bits(m, 4, 0, 1, n); in msg_set_link_selector()
664 msg_set_bits(m, 5, 16, 0xffff, n); in msg_set_session()
674 msg_set_bits(m, 5, 0, 1, val); in msg_set_probe()
684 msg_set_bits(m, 5, 1, 7, (n - 'A')); in msg_set_net_plane()
694 msg_set_bits(m, 5, 4, 0x1f, n); in msg_set_linkprio()
704 msg_set_bits(m, 5, 9, 0x7, n); in msg_set_bearer_id()
714 msg_set_bits(m, 5, 12, 0x1, r); in msg_set_redundant_link()
732 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_msgcnt()
742 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_bcast_tag()
752 msg_set_bits(m, 9, 16, 0xffff, (n / 4)); in msg_set_max_pkt()
762 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_link_tolerance()