Lines Matching refs:res_buf
66 TP_PROTO(struct fjes_hw *hw, union fjes_device_command_res *res_buf),
67 TP_ARGS(hw, res_buf),
77 __entry->length = res_buf->info.length;
78 __entry->code = res_buf->info.code;
81 res_buf->info.info[x].zone;
83 res_buf->info.info[x].es_status;
140 TP_PROTO(union fjes_device_command_res *res_buf, int timeout),
141 TP_ARGS(res_buf, timeout),
148 __entry->length = res_buf->share_buffer.length;
149 __entry->code = res_buf->share_buffer.code;
184 TP_PROTO(union fjes_device_command_res *res_buf, int timeout),
185 TP_ARGS(res_buf, timeout),
192 __entry->length = res_buf->unshare_buffer.length;
193 __entry->code = res_buf->unshare_buffer.code;
230 TP_PROTO(union fjes_device_command_res *res_buf),
231 TP_ARGS(res_buf),
237 __entry->length = res_buf->start_trace.length;
238 __entry->code = res_buf->start_trace.code;
256 TP_PROTO(union fjes_device_command_res *res_buf),
257 TP_ARGS(res_buf),
263 __entry->length = res_buf->stop_trace.length;
264 __entry->code = res_buf->stop_trace.code;