Searched refs:straces (Results 1 – 2 of 2) sorted by relevance
605 trace_data = &tracer->st_arr.straces[tracer->st_arr.saved_traces_index]; in mlx5_fw_tracer_save_trace()978 struct mlx5_fw_trace_data *straces = tracer->st_arr.straces; in mlx5_fw_tracer_get_saved_traces_objects() local982 if (!straces[0].timestamp) in mlx5_fw_tracer_get_saved_traces_objects()987 if (straces[saved_traces_index].timestamp) in mlx5_fw_tracer_get_saved_traces_objects()996 mlx5_devlink_fmsg_fill_trace(fmsg, &straces[index]); in mlx5_fw_tracer_get_saved_traces_objects()
103 struct mlx5_fw_trace_data straces[SAVED_TRACES_NUM]; member