Home
last modified time | relevance | path

Searched refs:ctr_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/perf/
H A Dnvidia_t410_c2c_pmu.c338 u32 ctr_id, ctr_offset, filter_mask, filter_idx, inst_idx; in nv_c2c_pmu_read_counter() local
347 ctr_id = event->hw.config; in nv_c2c_pmu_read_counter()
348 ctr_offset = nv_c2c_ctr_offset[ctr_id]; in nv_c2c_pmu_read_counter()
360 if (ctr_id == C2C_EVENT_CYCLES) in nv_c2c_pmu_read_counter()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_action.c821 attr.ctr_id = action->ctr->ctr_id + in mlx5dr_actions_build_ste_arr()
1329 action->ctr->ctr_id = counter_id; in mlx5dr_action_create_flow_counter()
H A Ddr_ste_v1.c247 static void dr_ste_v1_set_counter_id(u8 *hw_ste_p, u32 ctr_id) in dr_ste_v1_set_counter_id() argument
249 MLX5_SET(ste_match_bwc_v1, hw_ste_p, counter_id, ctr_id); in dr_ste_v1_set_counter_id()
639 dr_ste_v1_set_counter_id(last_ste, attr->ctr_id); in dr_ste_v1_set_actions_tx()
755 dr_ste_v1_set_counter_id(last_ste, attr->ctr_id); in dr_ste_v1_set_actions_rx()
H A Ddr_dbg.c256 action->ctr->ctr_id + action->ctr->offset); in dr_dump_rule_action_mem()
/linux/include/linux/net/intel/
H A Dvirtchnl2.h1735 __le32 ctr_id; member