Home
last modified time | relevance | path

Searched refs:sampler (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c44 struct mlx5e_sampler *sampler; member
175 struct mlx5e_sampler *sampler; in sampler_get() local
182 if (!sampler_cmp(sampler->sample_ratio, sampler->default_table_id, in sampler_get()
186 sampler = kzalloc(sizeof(*sampler), GFP_KERNEL); in sampler_get()
187 if (!sampler) { in sampler_get()
203 sampler->count++; in sampler_get()
205 return sampler; in sampler_get()
208 kfree(sampler); in sampler_get()
218 if (--sampler->count == 0) { in sampler_put()
219 hash_del(&sampler->hlist); in sampler_put()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c2168 sampler->span_id, sampler->ingress); in mlxsw_afa_sampler_destroy()
2169 kfree(sampler); in mlxsw_afa_sampler_destroy()
2175 struct mlxsw_afa_sampler *sampler; in mlxsw_afa_sampler_destructor() local
2190 sampler = kzalloc(sizeof(*sampler), GFP_KERNEL); in mlxsw_afa_sampler_create()
2191 if (!sampler) in mlxsw_afa_sampler_create()
2201 sampler->ingress = ingress; in mlxsw_afa_sampler_create()
2202 sampler->local_port = local_port; in mlxsw_afa_sampler_create()
2205 return sampler; in mlxsw_afa_sampler_create()
2208 kfree(sampler); in mlxsw_afa_sampler_create()
2242 if (IS_ERR(sampler)) in mlxsw_afa_block_append_sampler()
[all …]
/openbmc/linux/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c71 int phase, bool sampler __maybe_unused);
487 int unit, int phase, bool sampler) in sdmmc_dlyb_mp15_set_cfg() argument
497 if (!sampler) in sdmmc_dlyb_mp15_set_cfg()
552 bool sampler __maybe_unused) in sdmmc_dlyb_mp25_set_cfg()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_dbg.c227 0, 0, action->sampler->sampler_id, in dr_dump_rule_action_mem()
228 action->sampler->rx_icm_addr, in dr_dump_rule_action_mem()
229 action->sampler->tx_icm_addr); in dr_dump_rule_action_mem()
H A Ddr_action.c866 attr.final_icm_addr = rx_rule ? action->sampler->rx_icm_addr : in mlx5dr_actions_build_ste_arr()
867 action->sampler->tx_icm_addr; in mlx5dr_actions_build_ste_arr()
1335 action->sampler->dmn = dmn; in mlx5dr_action_create_flow_sampler()
1336 action->sampler->sampler_id = sampler_id; in mlx5dr_action_create_flow_sampler()
1337 action->sampler->rx_icm_addr = icm_rx; in mlx5dr_action_create_flow_sampler()
1338 action->sampler->tx_icm_addr = icm_tx; in mlx5dr_action_create_flow_sampler()
2201 refcount_dec(&action->sampler->dmn->refcount); in mlx5dr_action_destroy()
H A Ddr_types.h1130 struct mlx5dr_action_sampler *sampler; member
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h74 u32 sampler[GEN_MAX_GSLICES][I915_MAX_SUBSLICES]; member
H A Dintel_engine_cs.c1802 instdone->sampler[slice][subslice] = in intel_engine_get_instdone()
1828 instdone->sampler[0][0] = in intel_engine_get_instdone()
/openbmc/linux/kernel/events/
H A Dcore.c7040 struct perf_event *sampler = event->aux_event; in perf_prepare_sample_aux() local
7045 if (!sampler) in perf_prepare_sample_aux()
7048 if (WARN_ON_ONCE(READ_ONCE(sampler->state) != PERF_EVENT_STATE_ACTIVE)) in perf_prepare_sample_aux()
7051 if (WARN_ON_ONCE(READ_ONCE(sampler->oncpu) != smp_processor_id())) in perf_prepare_sample_aux()
7054 rb = ring_buffer_get(sampler); in perf_prepare_sample_aux()
7112 struct perf_event *sampler = event->aux_event; in perf_aux_sample_output() local
7117 if (WARN_ON_ONCE(!sampler || !data->aux_size)) in perf_aux_sample_output()
7120 rb = ring_buffer_get(sampler); in perf_aux_sample_output()
7124 size = perf_pmu_snapshot_aux(rb, sampler, handle, data->aux_size); in perf_aux_sample_output()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c460 ee->instdone.sampler[slice][subslice]); in error_print_instdone()