Searched refs:to_type (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | tout.c | 119 #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 D | ubsan.h | 68 struct type_descriptor *to_type; member
|
| H A D | ubsan.c | 316 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 D | uncore_snbep.c | 6376 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 …]
|