Lines Matching full:tx

14 	TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx),
15 TP_ARGS(remote, version, features, tx),
20 __field(bool, tx)
26 __entry->tx = tx;
29 __entry->tx ? "tx" : "rx",
39 TP_PROTO(const char *remote, unsigned int version, unsigned int features, bool tx),
40 TP_ARGS(remote, version, features, tx),
45 __field(bool, tx)
51 __entry->tx = tx;
54 __entry->tx ? "tx" : "rx",
64 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
65 TP_ARGS(remote, channel, lcid, rcid, tx),
71 __field(bool, tx)
78 __entry->tx = tx;
81 __entry->tx ? "tx" : "rx",
92 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
93 TP_ARGS(remote, channel, lcid, rcid, tx),
99 __field(bool, tx)
106 __entry->tx = tx;
109 __entry->tx ? "tx" : "rx",
120 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
121 TP_ARGS(remote, channel, lcid, rcid, tx),
127 __field(bool, tx)
134 __entry->tx = tx;
137 __entry->tx ? "tx" : "rx",
148 …ar *remote, const char *channel, u16 lcid, u16 rcid, size_t count, size_t size, u32 liid, bool tx),
149 TP_ARGS(remote, channel, lcid, rcid, count, size, liid, tx),
158 __field(bool, tx)
168 __entry->tx = tx;
171 __entry->tx ? "tx" : "rx",
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),
194 __field(bool, tx)
203 __entry->tx = tx;
206 __entry->tx ? "tx" : "rx",
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),
227 __field(bool, tx)
235 __entry->tx = tx;
238 __entry->tx ? "tx" : "rx",
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),
258 __field(bool, tx)
266 __entry->tx = tx;
269 __entry->tx ? "tx" : "rx",
281 …nst char *channel, u16 lcid, u16 rcid, u32 iid, u32 chunk_size, u32 left_size, bool cont, bool tx),
282 TP_ARGS(remote, channel, lcid, rcid, iid, chunk_size, left_size, cont, tx),
292 __field(bool, tx)
303 __entry->tx = tx;
306 __entry->tx ? "tx" : "rx",
321 TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, bool tx),
322 TP_ARGS(remote, channel, lcid, rcid, tx),
328 __field(bool, tx)
335 __entry->tx = tx;
338 __entry->tx ? "tx" : "rx",
349 TP_PROTO(const char *remote, bool tx),
350 TP_ARGS(remote, tx),
353 __field(bool, tx)
357 __entry->tx = tx;
360 __entry->tx ? "tx" : "rx",
368 …_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, unsigned int signals, bool tx),
369 TP_ARGS(remote, channel, lcid, rcid, signals, tx),
376 __field(bool, tx)
384 __entry->tx = tx;
387 __entry->tx ? "tx" : "rx",