Lines Matching refs:msg_set_bits
220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() function
239 msg_set_bits(m, 0, 29, 7, TIPC_VERSION); in msg_set_version()
254 msg_set_bits(m, 0, 25, 0xf, n); in msg_set_user()
264 msg_set_bits(m, 0, 21, 0xf, n>>2); in msg_set_hdr_sz()
289 msg_set_bits(m, 0, 20, 1, n); in msg_set_non_seq()
299 msg_set_bits(m, 0, 17, 1, d); in msg_set_syn()
309 msg_set_bits(m, 0, 19, 1, d); in msg_set_dest_droppable()
319 msg_set_bits(m, 0, 19, 1, d); in msg_set_is_keepalive()
329 msg_set_bits(m, 0, 18, 1, d); in msg_set_src_droppable()
339 msg_set_bits(m, 0, 18, 1, 1); in msg_set_ack_required()
349 msg_set_bits(m, 0, 18, 1, 1); in msg_set_nagle_ack()
359 msg_set_bits(m, 0, 18, 0x1, d); in msg_set_is_rcast()
387 msg_set_bits(m, 1, 29, 0x7, n); in msg_set_type()
432 msg_set_bits(m, 1, 25, 0xf, err); in msg_set_errcode()
437 msg_set_bits(m, 1, 28, 0x1, 1); in msg_set_bulk()
447 msg_set_bits(m, 1, 27, 0x1, 1); in msg_set_last_bulk()
457 msg_set_bits(m, 1, 26, 0x1, 1); in msg_set_non_legacy()
472 msg_set_bits(m, 1, 21, 0xf, msg_reroute_cnt(m) + 1); in msg_incr_reroute_cnt()
482 msg_set_bits(m, 1, 19, 0x3, n); in msg_set_lookup_scope()
492 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_bcast_ack()
505 msg_set_bits(m, 1, 16, 0x1, valid); in msg_set_dest_session_valid()
515 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_dest_session()
528 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_ack()
538 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_seqno()
560 msg_set_bits(m, 9, 0, 0x7, i); in msg_set_importance()
596 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_named_seqno()
754 msg_set_bits(m, 1, 16, 0x1fff, n); in msg_set_seq_gap()
764 msg_set_bits(m, 1, 0, 0xffff, n); in msg_set_node_sig()
774 msg_set_bits(m, 1, 15, 0x1fff, n); in msg_set_node_capabilities()
792 msg_set_bits(m, 2, 16, 0xffff, n); in msg_set_bcgap_after()
802 msg_set_bits(m, 2, 0, 0xffff, n); in msg_set_bcgap_to()
820 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_last_bcast()
830 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_nof_fragms()
840 msg_set_bits(m, 4, 16, 0xffff, n); in msg_set_fragm_no()
850 msg_set_bits(m, 4, 0, 0xffff, n); in msg_set_next_sent()
880 msg_set_bits(m, 5, 16, 0xffff, n); in msg_set_session()
890 msg_set_bits(m, 5, 0, 1, val); in msg_set_probe()
900 msg_set_bits(m, 5, 1, 7, (n - 'A')); in msg_set_net_plane()
910 msg_set_bits(m, 5, 4, 0x1f, n); in msg_set_linkprio()
920 msg_set_bits(m, 5, 9, 0x7, n); in msg_set_bearer_id()
930 msg_set_bits(m, 5, 12, 0x1, r); in msg_set_redundant_link()
940 msg_set_bits(m, 5, 13, 0x1, s); in msg_set_peer_stopping()
957 msg_set_bits(m, 5, 14, 0x1, invalid); in msg_set_bc_ack_invalid()
972 msg_set_bits(m, 8, 0, 0x3ff, n); in msg_set_bc_gap()
985 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_msgcnt()
995 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_syncpt()
1005 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_conn_ack()
1015 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_adv_win()
1025 msg_set_bits(m, 9, 16, 0xffff, (n / 4)); in msg_set_max_pkt()
1035 msg_set_bits(m, 9, 0, 0xffff, n); in msg_set_link_tolerance()
1045 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_bc_syncpt()
1055 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_bc_acked()
1065 msg_set_bits(m, 9, 16, 0xffff, n); in msg_set_grp_remitted()
1077 msg_set_bits(m, 10, 0, 0x3, n); in msg_set_grp_evt()
1087 msg_set_bits(m, 10, 0, 0x1, n); in msg_set_grp_bc_ack_req()
1097 msg_set_bits(m, 10, 16, 0xffff, n); in msg_set_grp_bc_seqno()