Searched refs:new_dest (Results 1 – 3 of 3) sorted by relevance
318 struct mlx5_flow_destination *new_dest,
1580 struct ds_dest **tdest, *new_dest; in ds_get_dest() local1598 new_dest = calloc(1, sizeof(*new_dest)); in ds_get_dest()1599 if (!new_dest) { in ds_get_dest()1604 memcpy(&new_dest->addr, addr, addrlen); in ds_get_dest()1605 new_dest->qp = qp; in ds_get_dest()1606 tdest = tsearch(&new_dest->addr, &rs->dest_map, ds_compare_addr); in ds_get_dest()
1019 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument1028 new_dest); in mlx5_modify_rule_destination()1032 if (mlx5_flow_dests_cmp(new_dest, &handle->rule[i]->dest_attr)) in mlx5_modify_rule_destination()1034 new_dest); in mlx5_modify_rule_destination()