Home
last modified time | relevance | path

Searched refs:min_id (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c638 ent_info->min_id = e_id; in flow_shift_ent()
641 ent_info->min_id = rsp->entry; in flow_shift_ent()
692 (rsp->entry < info[prio_idx].min_id) && tot_ent) { in flow_validate_and_shift_prio_ent()
695 info[prio_idx].min_id); in flow_validate_and_shift_prio_ent()
724 return info[prio_lvl + step].min_id; in flow_find_ref_entry()
795 if (unlikely(rsp->entry_list[idx] < info->min_id)) in flow_fill_entry_cache()
796 info->min_id = rsp->entry_list[idx]; in flow_fill_entry_cache()
H A Dotx2_flow.h147 uint32_t min_id; member
H A Dotx2_flow.c1071 npc->flow_entry_info[idx].min_id = ~(0); in otx2_flow_init()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dstream.tcl26 proc streamRandomID {min_id max_id} {
27 lassign [split $min_id -] min_ms min_seq
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h456 int min_id; /* The minimum counter ID in the pools. */ member
H A Dmlx5.c460 sh->cmng.min_id = MLX5_CNT_BATCH_OFFSET; in mlx5_flow_counters_mng_init()
H A Dmlx5_flow_dv.c4633 if (id > cmng->max_id || id < cmng->min_id) in flow_dv_find_pool_by_id()
4782 if (base < cmng->min_id) in flow_dv_pool_create()
4783 cmng->min_id = base; in flow_dv_pool_create()