Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c1104 hw_acts = &table->ats[action_template_index].acts; in flow_hw_async_flow_create()
1515 LIST_INIT(&tbl->ats[i].acts.act_list); in flow_hw_table_create()
1517 &tbl->ats[i].acts, in flow_hw_table_create()
1523 tbl->ats[i].action_template = action_templates[i]; in flow_hw_table_create()
1533 __flow_hw_action_template_destroy(dev, &tbl->ats[i].acts); in flow_hw_table_create()
1592 if (table->ats[i].acts.mark) in flow_hw_table_destroy()
1594 __flow_hw_action_template_destroy(dev, &table->ats[i].acts); in flow_hw_table_destroy()
1595 __atomic_sub_fetch(&table->ats[i].action_template->refcnt, in flow_hw_table_destroy()
H A Dmlx5_flow.h1143 struct mlx5_hw_action_template ats[MLX5_HW_TBL_MAX_ACTION_TEMPLATE]; member