Lines Matching +full:channel +full:-

1 /* SPDX-License-Identifier: GPL-2.0 */
24 __entry->version = version;
25 __entry->features = features;
26 __entry->tx = tx;
29 __entry->tx ? "tx" : "rx",
31 __entry->version,
32 __entry->features
49 __entry->version = version;
50 __entry->features = features;
51 __entry->tx = tx;
54 __entry->tx ? "tx" : "rx",
56 __entry->version,
57 __entry->features
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);
76 __entry->lcid = lcid;
77 __entry->rcid = rcid;
78 __entry->tx = tx;
80 TP_printk("%s remote: %s channel: %s[%u/%u]",
81 __entry->tx ? "tx" : "rx",
83 __get_str(channel),
84 __entry->lcid,
85 __entry->rcid
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);
104 __entry->lcid = lcid;
105 __entry->rcid = rcid;
106 __entry->tx = tx;
108 TP_printk("%s remote: %s channel: %s[%u/%u]",
109 __entry->tx ? "tx" : "rx",
111 __get_str(channel),
112 __entry->lcid,
113 __entry->rcid
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);
132 __entry->lcid = lcid;
133 __entry->rcid = rcid;
134 __entry->tx = tx;
136 TP_printk("%s remote: %s channel: %s[%u/%u]",
137 __entry->tx ? "tx" : "rx",
139 __get_str(channel),
140 __entry->lcid,
141 __entry->rcid
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);
163 __entry->lcid = lcid;
164 __entry->rcid = rcid;
165 __entry->count = count;
166 __entry->size = size;
167 __entry->liid = liid;
168 __entry->tx = tx;
170 TP_printk("%s remote: %s channel: %s[%u/%u] count: %d [size: %d liid: %d]",
171 __entry->tx ? "tx" : "rx",
173 __get_str(channel),
174 __entry->lcid,
175 __entry->rcid,
176 __entry->count,
177 __entry->size,
178 __entry->liid
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);
199 __entry->lcid = lcid;
200 __entry->rcid = rcid;
201 __entry->iid = iid;
202 __entry->reuse = reuse;
203 __entry->tx = tx;
205 TP_printk("%s remote: %s channel: %s[%u/%u] iid: %d reuse: %d",
206 __entry->tx ? "tx" : "rx",
208 __get_str(channel),
209 __entry->lcid,
210 __entry->rcid,
211 __entry->iid,
212 __entry->reuse
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);
232 __entry->lcid = lcid;
233 __entry->rcid = rcid;
234 __entry->size = size;
235 __entry->tx = tx;
237 TP_printk("%s remote: %s channel: %s[%u/%u] size: %d",
238 __entry->tx ? "tx" : "rx",
240 __get_str(channel),
241 __entry->lcid,
242 __entry->rcid,
243 __entry->size
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);
263 __entry->lcid = lcid;
264 __entry->rcid = rcid;
265 __entry->granted = granted;
266 __entry->tx = tx;
268 TP_printk("%s remote: %s channel: %s[%u/%u] granted: %d",
269 __entry->tx ? "tx" : "rx",
271 __get_str(channel),
272 __entry->lcid,
273 __entry->rcid,
274 __entry->granted
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);
297 __entry->lcid = lcid;
298 __entry->rcid = rcid;
299 __entry->iid = iid;
300 __entry->chunk_size = chunk_size;
301 __entry->left_size = left_size;
302 __entry->cont = cont;
303 __entry->tx = tx;
305 TP_printk("%s remote: %s channel: %s[%u/%u] iid: %d chunk_size: %d left_size: %d cont: %d",
306 __entry->tx ? "tx" : "rx",
308 __get_str(channel),
309 __entry->lcid,
310 __entry->rcid,
311 __entry->iid,
312 __entry->chunk_size,
313 __entry->left_size,
314 __entry->cont
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);
333 __entry->lcid = lcid;
334 __entry->rcid = rcid;
335 __entry->tx = tx;
337 TP_printk("%s remote: %s channel: %s[%u/%u]",
338 __entry->tx ? "tx" : "rx",
340 __get_str(channel),
341 __entry->lcid,
342 __entry->rcid
357 __entry->tx = tx;
360 __entry->tx ? "tx" : "rx",
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);
381 __entry->lcid = lcid;
382 __entry->rcid = rcid;
383 __entry->signals = signals;
384 __entry->tx = tx;
386 TP_printk("%s remote: %s channel: %s[%u/%u] signals: %#x",
387 __entry->tx ? "tx" : "rx",
389 __get_str(channel),
390 __entry->lcid,
391 __entry->rcid,
392 __entry->signals