Searched refs:to_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dtout.c119 #define MLX5_TIMEOUT_FILL(fld, reg_out, dev, to_type, to_extra) \
123 tout_set(dev, fw_to + (to_extra), to_type); \
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c6386 static void uncore_type_customized_copy(struct intel_uncore_type *to_type, argument
6389 if (!to_type || !from_type)
6393 to_type->name = from_type->name;
6395 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits;
6397 to_type->event_mask = from_type->event_mask;
6399 to_type->event_mask_ext = from_type->event_mask_ext;
6401 to_type->fixed_ctr = from_type->fixed_ctr;
6403 to_type->fixed_ctl = from_type->fixed_ctl;
6405 to_type->fixed_ctr_bits = from_type->fixed_ctr_bits;
6407 to_type
[all...]

Completed in 314 milliseconds