Lines Matching refs:msg_set_bits

220 static inline void msg_set_bits(struct tipc_msg *m, u32 w,  in msg_set_bits()  function
247 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version()
262 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user()
272 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz()
297 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq()
307 msg_set_bits(m, 0, 17, 1, d); in msg_set_syn()
317 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable()
327 msg_set_bits(m, 0, 19, 1, d); in msg_set_is_keepalive()
337 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable()
347 msg_set_bits(m, 0, 18, 1, 1); in msg_set_ack_required()
357 msg_set_bits(m, 0, 18, 1, 1); in msg_set_nagle_ack()
367 msg_set_bits(m, 0, 18, 0x1, d); in msg_set_is_rcast()
395 msg_set_bits(m, 1, 29, 0x7, n); in msg_set_type()
440 msg_set_bits(m, 1, 25, 0xf, err); in msg_set_errcode()
445 msg_set_bits(m, 1, 28, 0x1, 1); in msg_set_bulk()
455 msg_set_bits(m, 1, 27, 0x1, 1); in msg_set_last_bulk()
465 msg_set_bits(m, 1, 26, 0x1, 1); in msg_set_non_legacy()
480 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
485 msg_set_bits(m, 1, 21, 0xf, 0); in msg_reset_reroute_cnt()
495 msg_set_bits(m, 1, 19, 0x3, n); in msg_set_lookup_scope()
505 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_bcast_ack()
518 msg_set_bits(m, 1, 16, 0x1, valid); in msg_set_dest_session_valid()
528 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_dest_session()
541 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_ack()
551 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_seqno()
573 msg_set_bits(m, 9, 0, 0x7, i); in msg_set_importance()
609 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_named_seqno()
767 msg_set_bits(m, 1, 16, 0x1fff, n); in msg_set_seq_gap()
777 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_node_sig()
787 msg_set_bits(m, 1, 15, 0x1fff, n); in msg_set_node_capabilities()
810 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_bcgap_after()
820 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_bcgap_to()
838 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_last_bcast()
848 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_nof_fragms()
858 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_fragm_no()
868 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_next_sent()
873 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_long_msgno()
903 msg_set_bits(m, 5, 16, 0xffff, n); in msg_set_session()
913 msg_set_bits(m, 5, 0, 1, val); in msg_set_probe()
923 msg_set_bits(m, 5, 1, 7, (n - 'A')); in msg_set_net_plane()
933 msg_set_bits(m, 5, 4, 0x1f, n); in msg_set_linkprio()
943 msg_set_bits(m, 5, 9, 0x7, n); in msg_set_bearer_id()
953 msg_set_bits(m, 5, 12, 0x1, r); in msg_set_redundant_link()
963 msg_set_bits(m, 5, 13, 0x1, s); in msg_set_peer_stopping()
980 msg_set_bits(m, 5, 14, 0x1, invalid); in msg_set_bc_ack_invalid()
995 msg_set_bits(m, 8, 0, 0x3ff, n); in msg_set_bc_gap()
1008 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_msgcnt()
1018 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_syncpt()
1028 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_conn_ack()
1038 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_adv_win()
1048 msg_set_bits(m, 9, 16, 0xffff, (n / 4)); in msg_set_max_pkt()
1058 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_link_tolerance()
1068 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_bc_syncpt()
1078 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_bc_acked()
1088 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_remitted()
1100 msg_set_bits(m, 10, 0, 0x3, n); in msg_set_grp_evt()
1110 msg_set_bits(m, 10, 0, 0x1, n); in msg_set_grp_bc_ack_req()
1120 msg_set_bits(m, 10, 16, 0xffff, n); in msg_set_grp_bc_seqno()