Searched refs:straces (Results 1 – 2 of 2) sorted by relevance
555 trace_data = &tracer->st_arr.straces[tracer->st_arr.saved_traces_index]; in mlx5_fw_tracer_save_trace()927 struct mlx5_fw_trace_data *straces = tracer->st_arr.straces; in mlx5_fw_tracer_get_saved_traces_objects() local932 if (!straces[0].timestamp) in mlx5_fw_tracer_get_saved_traces_objects()937 if (straces[saved_traces_index].timestamp) in mlx5_fw_tracer_get_saved_traces_objects()948 err = 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