Home
last modified time | relevance | path

Searched refs:to_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dtout.c119 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \ argument
123 tout_set(dev, fw_to + (to_extra), to_type); \
/linux/lib/
H A Dubsan.c318 val_to_string(to_val_str, sizeof(to_val_str), data->to_type, to_val); in __ubsan_handle_implicit_conversion()
326 data->to_type->type_name, in __ubsan_handle_implicit_conversion()
/linux/arch/x86/events/intel/
H A Duncore_snbep.c6257 static void uncore_type_customized_copy(struct intel_uncore_type *to_type, in uncore_type_customized_copy() argument
6260 if (!to_type || !from_type) in uncore_type_customized_copy()
6264 to_type->name = from_type->name; in uncore_type_customized_copy()
6266 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()
6268 to_type->event_mask = from_type->event_mask; in uncore_type_customized_copy()
6270 to_type->event_mask_ext = from_type->event_mask_ext; in uncore_type_customized_copy()
6272 to_type->fixed_ctr = from_type->fixed_ctr; in uncore_type_customized_copy()
6274 to_type->fixed_ctl = from_type->fixed_ctl; in uncore_type_customized_copy()
6276 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits; in uncore_type_customized_copy()
6278 to_type->num_shared_regs = from_type->num_shared_regs; in uncore_type_customized_copy()
[all …]