Home
last modified time | relevance | path

Searched refs:to_type (Results 1 – 5 of 5) 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/drivers/gpu/nova-core/
H A Dbitfield.rs249 { $process:expr } $prim_type:tt $to_type:ty => $res_type:ty $(, $comment:literal)?;
287 $vis fn [<set_ $field>](mut self, value: $to_type) -> Self {
/linux/lib/
H A Dubsan.h68 struct type_descriptor *to_type; member
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 …]