Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1598 priv->mreg_cp_tbl = mlx5_hlist_create(MLX5_FLOW_MREG_HNAME, in mlx5_dev_spawn()
1606 if (!priv->mreg_cp_tbl) { in mlx5_dev_spawn()
1619 if (priv->mreg_cp_tbl) in mlx5_dev_spawn()
1620 mlx5_hlist_destroy(priv->mreg_cp_tbl); in mlx5_dev_spawn()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c4775 MLX5_ASSERT(priv->mreg_cp_tbl); in flow_mreg_add_copy_action()
4776 entry = mlx5_hlist_register(priv->mreg_cp_tbl, mark_id, &ctx); in flow_mreg_add_copy_action()
4815 if (!mcp_res || !priv->mreg_cp_tbl) in flow_mreg_del_copy_action()
4818 mlx5_hlist_unregister(priv->mreg_cp_tbl, &mcp_res->hlist_ent); in flow_mreg_del_copy_action()
4840 if (!priv->mreg_cp_tbl) in flow_mreg_del_default_copy_action()
4844 entry = mlx5_hlist_lookup(priv->mreg_cp_tbl, mark_id, &ctx); in flow_mreg_del_default_copy_action()
4847 mlx5_hlist_unregister(priv->mreg_cp_tbl, entry); in flow_mreg_del_default_copy_action()
4885 if (mlx5_hlist_lookup(priv->mreg_cp_tbl, mark_id, &ctx)) in flow_mreg_add_default_copy_action()
H A Dmlx5.c1893 if (priv->mreg_cp_tbl) in mlx5_dev_close()
1894 mlx5_hlist_destroy(priv->mreg_cp_tbl); in mlx5_dev_close()
H A Dmlx5.h1505 struct mlx5_hlist *mreg_cp_tbl; member