Searched refs:to_type (Results 1 – 2 of 2) sorted by relevance
119 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \ argument123 tout_set(dev, fw_to + (to_extra), to_type); \
6373 static void uncore_type_customized_copy(struct intel_uncore_type *to_type, in uncore_type_customized_copy() argument6376 if (!to_type || !from_type) in uncore_type_customized_copy()6380 to_type->name = from_type->name; in uncore_type_customized_copy()6382 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()6384 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()6386 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()6388 to_type->fixed_ctr = from_type->fixed_ctr; in uncore_type_customized_copy()6390 to_type->fixed_ctl = from_type->fixed_ctl; in uncore_type_customized_copy()6392 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()6394 to_type->num_shared_regs = from_type->num_shared_regs; in uncore_type_customized_copy()[all …]