Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c13029 uint32_t owner_idx; in flow_dv_translate() local
13165 owner_idx = (uint32_t)(uintptr_t)action->conf; in flow_dv_translate()
13166 age_act = flow_aso_age_get_by_idx(dev, owner_idx); in flow_dv_translate()
13168 flow->age = owner_idx; in flow_dv_translate()
13181 owner_idx = (uint32_t)(uintptr_t)action->conf; in flow_dv_translate()
13182 cnt_act = flow_dv_counter_get_by_idx(dev, owner_idx, in flow_dv_translate()
13195 flow->counter = owner_idx; in flow_dv_translate()
13504 owner_idx = (uint32_t)(uintptr_t)action->conf; in flow_dv_translate()
13505 ct = flow_aso_ct_get_by_idx(dev, owner_idx); in flow_dv_translate()
13525 flow->ct = owner_idx; in flow_dv_translate()