Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/lib/
H A Dubsan.h68 struct type_descriptor *to_type; member
H A Dubsan.c316 val_to_string(to_val_str, sizeof(to_val_str), data->to_type, to_val); in __ubsan_handle_implicit_conversion()
324 data->to_type->type_name, in __ubsan_handle_implicit_conversion()
/linux-6.15/arch/x86/events/intel/
H A Duncore_snbep.c6376 if (!to_type || !from_type) in uncore_type_customized_copy()
6380 to_type->name = from_type->name; in uncore_type_customized_copy()
6384 to_type->event_mask = from_type->event_mask; 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()
6396 to_type->constraints = from_type->constraints; in uncore_type_customized_copy()
6398 to_type->ops = from_type->ops; in uncore_type_customized_copy()
6400 to_type->event_descs = from_type->event_descs; in uncore_type_customized_copy()
6402 to_type->format_group = from_type->format_group; in uncore_type_customized_copy()
6404 to_type->attr_update = from_type->attr_update; in uncore_type_customized_copy()
[all …]