Lines Matching defs:buf
11 static inline unsigned int ath6kl_get_wmi_id(void *buf, size_t buf_len)
13 struct wmi_cmd_hdr *hdr = buf;
40 TP_PROTO(void *buf, size_t buf_len),
42 TP_ARGS(buf, buf_len),
47 __dynamic_array(u8, buf, buf_len)
51 __entry->id = ath6kl_get_wmi_id(buf, buf_len);
53 memcpy(__get_dynamic_array(buf), buf, buf_len);
63 TP_PROTO(void *buf, size_t buf_len),
65 TP_ARGS(buf, buf_len),
70 __dynamic_array(u8, buf, buf_len)
74 __entry->id = ath6kl_get_wmi_id(buf, buf_len);
76 memcpy(__get_dynamic_array(buf), buf, buf_len);
87 void *buf, size_t buf_len),
89 TP_ARGS(addr, flags, buf, buf_len),
96 __dynamic_array(u8, buf, buf_len)
103 memcpy(__get_dynamic_array(buf), buf, buf_len);
157 list[i].buf, len);
175 TP_PROTO(void *buf, size_t buf_len),
177 TP_ARGS(buf, buf_len),
181 __dynamic_array(u8, buf, buf_len)
186 memcpy(__get_dynamic_array(buf), buf, buf_len);
195 TP_PROTO(int status, int endpoint, void *buf,
198 TP_ARGS(status, endpoint, buf, buf_len),
204 __dynamic_array(u8, buf, buf_len)
211 memcpy(__get_dynamic_array(buf), buf, buf_len);
223 TP_PROTO(int status, int endpoint, void *buf,
226 TP_ARGS(status, endpoint, buf, buf_len),
232 __dynamic_array(u8, buf, buf_len)
239 memcpy(__get_dynamic_array(buf), buf, buf_len);
295 const void *buf, size_t buf_len),
297 TP_ARGS(msg, prefix, buf, buf_len),
303 __dynamic_array(u8, buf, buf_len)
310 memcpy(__get_dynamic_array(buf), buf, buf_len);