Lines Matching refs:msg

116 void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str)  in tipc_msg_dbg()  argument
118 u32 usr = msg_user(msg); in tipc_msg_dbg()
125 tipc_printf(buf, "MSGS(%u):", msg_msgcnt(msg)); in tipc_msg_dbg()
132 switch (msg_type(msg)) { in tipc_msg_dbg()
143 tipc_printf(buf, "UNKNOWN:%x", msg_type(msg)); in tipc_msg_dbg()
146 tipc_printf(buf, "NO(%u/%u):", msg_long_msgno(msg), in tipc_msg_dbg()
147 msg_fragm_no(msg)); in tipc_msg_dbg()
153 tipc_printf(buf, "DAT%u:", msg_user(msg)); in tipc_msg_dbg()
154 if (msg_short(msg)) { in tipc_msg_dbg()
158 switch (msg_type(msg)) { in tipc_msg_dbg()
172 tipc_printf(buf, "UNKNOWN TYPE %u", msg_type(msg)); in tipc_msg_dbg()
174 if (msg_reroute_cnt(msg)) in tipc_msg_dbg()
176 msg_reroute_cnt(msg)); in tipc_msg_dbg()
180 switch (msg_type(msg)) { in tipc_msg_dbg()
182 tipc_printf(buf, "PUBL(%u):", (msg_size(msg) - msg_hdr_sz(msg)) / 20); /* Items */ in tipc_msg_dbg()
188 tipc_printf(buf, "UNKNOWN:%x", msg_type(msg)); in tipc_msg_dbg()
190 if (msg_reroute_cnt(msg)) in tipc_msg_dbg()
192 msg_reroute_cnt(msg)); in tipc_msg_dbg()
196 switch (msg_type(msg)) { in tipc_msg_dbg()
205 tipc_printf(buf, "ACK(%u):", msg_msgcnt(msg)); in tipc_msg_dbg()
208 tipc_printf(buf, "UNKNOWN TYPE:%x", msg_type(msg)); in tipc_msg_dbg()
210 if (msg_reroute_cnt(msg)) in tipc_msg_dbg()
211 tipc_printf(buf, "REROUTED(%u):", msg_reroute_cnt(msg)); in tipc_msg_dbg()
214 switch (msg_type(msg)) { in tipc_msg_dbg()
217 tipc_printf(buf, "%s:", msg_probe(msg) ? "PRB" : ""); in tipc_msg_dbg()
218 tipc_printf(buf, "NXS(%u):", msg_next_sent(msg)); in tipc_msg_dbg()
219 tipc_printf(buf, "GAP(%u):", msg_seq_gap(msg)); in tipc_msg_dbg()
220 tipc_printf(buf, "LSTBC(%u):", msg_last_bcast(msg)); in tipc_msg_dbg()
224 if (msg_size(msg) != msg_hdr_sz(msg)) in tipc_msg_dbg()
225 tipc_printf(buf, "BEAR:%s:", msg_data(msg)); in tipc_msg_dbg()
231 tipc_printf(buf, "UNKNOWN TYPE:%x", msg_type(msg)); in tipc_msg_dbg()
233 tipc_printf(buf, "PLANE(%c):", msg_net_plane(msg)); in tipc_msg_dbg()
234 tipc_printf(buf, "SESS(%u):", msg_session(msg)); in tipc_msg_dbg()
238 switch (msg_type(msg)) { in tipc_msg_dbg()
244 tipc_printf(buf, "EXP(%u)", msg_msgcnt(msg)); in tipc_msg_dbg()
247 tipc_printf(buf, "UNKNOWN TYPE:%x", msg_type(msg)); in tipc_msg_dbg()
252 switch (msg_type(msg)) { in tipc_msg_dbg()
260 tipc_printf(buf, "UNKNOWN TYPE:%x:", msg_type(msg)); in tipc_msg_dbg()
274 switch (msg_errcode(msg)) { in tipc_msg_dbg()
294 msg_errcode(msg)); in tipc_msg_dbg()
300 tipc_printf(buf, "HZ(%u):", msg_hdr_sz(msg)); in tipc_msg_dbg()
301 tipc_printf(buf, "SZ(%u):", msg_size(msg)); in tipc_msg_dbg()
302 tipc_printf(buf, "SQNO(%u):", msg_seqno(msg)); in tipc_msg_dbg()
304 if (msg_non_seq(msg)) in tipc_msg_dbg()
307 tipc_printf(buf, "ACK(%u):", msg_ack(msg)); in tipc_msg_dbg()
308 tipc_printf(buf, "BACK(%u):", msg_bcast_ack(msg)); in tipc_msg_dbg()
309 tipc_printf(buf, "PRND(%x)", msg_prevnode(msg)); in tipc_msg_dbg()
311 if (msg_isdata(msg)) { in tipc_msg_dbg()
312 if (msg_named(msg)) { in tipc_msg_dbg()
313 tipc_printf(buf, "NTYP(%u):", msg_nametype(msg)); in tipc_msg_dbg()
314 tipc_printf(buf, "NINST(%u)", msg_nameinst(msg)); in tipc_msg_dbg()
320 if (!msg_short(msg)) { in tipc_msg_dbg()
322 msg_orignode(msg), msg_origport(msg)); in tipc_msg_dbg()
324 msg_destnode(msg), msg_destport(msg)); in tipc_msg_dbg()
326 tipc_printf(buf, ":OPRT(%u):", msg_origport(msg)); in tipc_msg_dbg()
327 tipc_printf(buf, ":DPRT(%u):", msg_destport(msg)); in tipc_msg_dbg()
330 if (msg_user(msg) == NAME_DISTRIBUTOR) { in tipc_msg_dbg()
331 tipc_printf(buf, ":ONOD(%x):", msg_orignode(msg)); in tipc_msg_dbg()
332 tipc_printf(buf, ":DNOD(%x):", msg_destnode(msg)); in tipc_msg_dbg()
335 if (msg_user(msg) == LINK_CONFIG) { in tipc_msg_dbg()
338 tipc_printf(buf, ":DDOM(%x):", msg_dest_domain(msg)); in tipc_msg_dbg()
339 tipc_printf(buf, ":NETID(%u):", msg_bc_netid(msg)); in tipc_msg_dbg()
340 memcpy(orig.value, msg_media_addr(msg), sizeof(orig.value)); in tipc_msg_dbg()
345 if (msg_user(msg) == BCAST_PROTOCOL) { in tipc_msg_dbg()
346 tipc_printf(buf, "BCNACK:AFTER(%u):", msg_bcgap_after(msg)); in tipc_msg_dbg()
347 tipc_printf(buf, "TO(%u):", msg_bcgap_to(msg)); in tipc_msg_dbg()
350 if ((usr == CHANGEOVER_PROTOCOL) && (msg_msgcnt(msg))) in tipc_msg_dbg()
351 tipc_msg_dbg(buf, msg_get_wrapped(msg), " /"); in tipc_msg_dbg()
352 if ((usr == MSG_FRAGMENTER) && (msg_type(msg) == FIRST_FRAGMENT)) in tipc_msg_dbg()
353 tipc_msg_dbg(buf, msg_get_wrapped(msg), " /"); in tipc_msg_dbg()