Lines Matching full:channel

64 	TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
65 TP_ARGS(remote, channel, lcid, rcid, tx),
68 __string(channel, channel)
75 __assign_str(channel);
80 TP_printk("%s remote: %s channel: %s[%u/%u]",
83 __get_str(channel),
92 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
93 TP_ARGS(remote, channel, lcid, rcid, tx),
96 __string(channel, channel)
103 __assign_str(channel);
108 TP_printk("%s remote: %s channel: %s[%u/%u]",
111 __get_str(channel),
120 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
121 TP_ARGS(remote, channel, lcid, rcid, tx),
124 __string(channel, channel)
131 __assign_str(channel);
136 TP_printk("%s remote: %s channel: %s[%u/%u]",
139 __get_str(channel),
148 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, size_t count, size_t size, u…
149 TP_ARGS(remote, channel, lcid, rcid, count, size, liid, tx),
152 __string(channel, channel)
162 __assign_str(channel);
170 TP_printk("%s remote: %s channel: %s[%u/%u] count: %d [size: %d liid: %d]",
173 __get_str(channel),
185 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, u32 iid, bool reuse, bool tx…
186 TP_ARGS(remote, channel, lcid, rcid, iid, reuse, tx),
189 __string(channel, channel)
198 __assign_str(channel);
205 TP_printk("%s remote: %s channel: %s[%u/%u] iid: %d reuse: %d",
208 __get_str(channel),
219 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, size_t size, bool tx),
220 TP_ARGS(remote, channel, lcid, rcid, size, tx),
223 __string(channel, channel)
231 __assign_str(channel);
237 TP_printk("%s remote: %s channel: %s[%u/%u] size: %d",
240 __get_str(channel),
250 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool granted, bool tx),
251 TP_ARGS(remote, channel, lcid, rcid, granted, tx),
254 __string(channel, channel)
262 __assign_str(channel);
268 TP_printk("%s remote: %s channel: %s[%u/%u] granted: %d",
271 __get_str(channel),
281 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, u32 iid, u32 chunk_size, u32…
282 TP_ARGS(remote, channel, lcid, rcid, iid, chunk_size, left_size, cont, tx),
285 __string(channel, channel)
296 __assign_str(channel);
305 TP_printk("%s remote: %s channel: %s[%u/%u] iid: %d chunk_size: %d left_size: %d cont: %d",
308 __get_str(channel),
321 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
322 TP_ARGS(remote, channel, lcid, rcid, tx),
325 __string(channel, channel)
332 __assign_str(channel);
337 TP_printk("%s remote: %s channel: %s[%u/%u]",
340 __get_str(channel),
368 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, unsigned int signals, bool t…
369 TP_ARGS(remote, channel, lcid, rcid, signals, tx),
372 __string(channel, channel)
380 __assign_str(channel);
386 TP_printk("%s remote: %s channel: %s[%u/%u] signals: %#x",
389 __get_str(channel),