Searched refs:tte (Results 1 – 1 of 1) sorted by relevance
7349 struct tunnel_tbl_entry *tte = container_of(entry, typeof(*tte), hash); in mlx5_flow_tunnel_grp2tbl_remove_cb() local7353 mlx5_free(tte); in mlx5_flow_tunnel_grp2tbl_remove_cb()7365 sizeof(*tte), 0, in mlx5_flow_tunnel_grp2tbl_create_cb()7367 if (!tte) in mlx5_flow_tunnel_grp2tbl_create_cb()7373 tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()7375 tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()7380 tte->flow_table = tunnel_id_to_flow_tbl(tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()7381 return &tte->hash; in mlx5_flow_tunnel_grp2tbl_create_cb()7383 if (tte) in mlx5_flow_tunnel_grp2tbl_create_cb()7384 mlx5_free(tte); in mlx5_flow_tunnel_grp2tbl_create_cb()[all …]