• Home
  • Raw
  • Download

Lines Matching refs:msg_set_bits

173 static inline void msg_set_bits(struct tipc_msg *m, u32 w,  in msg_set_bits()  function
200 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version()
215 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user()
225 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz()
250 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq()
260 msg_set_bits(m, 0, 17, 1, d); in msg_set_syn()
270 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable()
280 msg_set_bits(m, 0, 19, 1, d); in msg_set_is_keepalive()
290 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable()
300 msg_set_bits(m, 0, 18, 0x1, d); in msg_set_is_rcast()
328 msg_set_bits(m, 1, 29, 0x7, n); in msg_set_type()
368 msg_set_bits(m, 1, 25, 0xf, err); in msg_set_errcode()
378 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
383 msg_set_bits(m, 1, 21, 0xf, 0); in msg_reset_reroute_cnt()
393 msg_set_bits(m, 1, 19, 0x3, n); in msg_set_lookup_scope()
403 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_bcast_ack()
416 msg_set_bits(m, 1, 16, 0x1, valid); in msg_set_dest_session_valid()
426 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_dest_session()
439 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_ack()
449 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_seqno()
471 msg_set_bits(m, 9, 0, 0x7, i); in msg_set_importance()
652 msg_set_bits(m, 1, 16, 0x1fff, n); in msg_set_seq_gap()
662 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_node_sig()
672 msg_set_bits(m, 1, 15, 0x1fff, n); in msg_set_node_capabilities()
695 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_bcgap_after()
705 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_bcgap_to()
723 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_last_bcast()
733 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_nof_fragms()
743 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_fragm_no()
753 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_next_sent()
758 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_long_msgno()
788 msg_set_bits(m, 5, 16, 0xffff, n); in msg_set_session()
798 msg_set_bits(m, 5, 0, 1, val); in msg_set_probe()
808 msg_set_bits(m, 5, 1, 7, (n - 'A')); in msg_set_net_plane()
818 msg_set_bits(m, 5, 4, 0x1f, n); in msg_set_linkprio()
828 msg_set_bits(m, 5, 9, 0x7, n); in msg_set_bearer_id()
838 msg_set_bits(m, 5, 12, 0x1, r); in msg_set_redundant_link()
848 msg_set_bits(m, 5, 13, 0x1, s); in msg_set_peer_stopping()
865 msg_set_bits(m, 5, 14, 0x1, invalid); in msg_set_bc_ack_invalid()
880 msg_set_bits(m, 8, 0, 0x3ff, n); in msg_set_bc_gap()
893 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_msgcnt()
903 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_syncpt()
913 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_conn_ack()
923 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_adv_win()
933 msg_set_bits(m, 9, 16, 0xffff, (n / 4)); in msg_set_max_pkt()
943 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_link_tolerance()
953 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_bc_syncpt()
963 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_bc_acked()
973 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_remitted()
985 msg_set_bits(m, 10, 0, 0x3, n); in msg_set_grp_evt()
995 msg_set_bits(m, 10, 0, 0x1, n); in msg_set_grp_bc_ack_req()
1005 msg_set_bits(m, 10, 16, 0xffff, n); in msg_set_grp_bc_seqno()