Lines Matching refs:res_buf
51 TP_PROTO(struct fjes_hw *hw, union fjes_device_command_res *res_buf),
52 TP_ARGS(hw, res_buf),
62 __entry->length = res_buf->info.length;
63 __entry->code = res_buf->info.code;
66 res_buf->info.info[x].zone;
68 res_buf->info.info[x].es_status;
125 TP_PROTO(union fjes_device_command_res *res_buf, int timeout),
126 TP_ARGS(res_buf, timeout),
133 __entry->length = res_buf->share_buffer.length;
134 __entry->code = res_buf->share_buffer.code;
169 TP_PROTO(union fjes_device_command_res *res_buf, int timeout),
170 TP_ARGS(res_buf, timeout),
177 __entry->length = res_buf->unshare_buffer.length;
178 __entry->code = res_buf->unshare_buffer.code;
215 TP_PROTO(union fjes_device_command_res *res_buf),
216 TP_ARGS(res_buf),
222 __entry->length = res_buf->start_trace.length;
223 __entry->code = res_buf->start_trace.code;
241 TP_PROTO(union fjes_device_command_res *res_buf),
242 TP_ARGS(res_buf),
248 __entry->length = res_buf->stop_trace.length;
249 __entry->code = res_buf->stop_trace.code;