Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c4586 container_of(entry, typeof(*mcp_res), hlist_ent); in flow_dv_mreg_match_cb()
4704 return &mcp_res->hlist_ent; in flow_dv_mreg_create_cb()
4723 return &mcp_res->hlist_ent; in flow_dv_mreg_clone_cb()
4730 container_of(entry, typeof(*mcp_res), hlist_ent); in flow_dv_mreg_clone_free_cb()
4780 hlist_ent); in flow_mreg_add_copy_action()
4787 container_of(entry, typeof(*mcp_res), hlist_ent); in flow_dv_mreg_remove_cb()
4818 mlx5_hlist_unregister(priv->mreg_cp_tbl, &mcp_res->hlist_ent); in flow_mreg_del_copy_action()
H A Dmlx5_flow.h576 struct mlx5_list_entry hlist_ent; member