Home
last modified time | relevance | path

Searched refs:new_dest (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/
H A Dfs.h318 struct mlx5_flow_destination *new_dest,
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c1580 struct ds_dest **tdest, *new_dest; in ds_get_dest() local
1598 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()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1019 struct mlx5_flow_destination *new_dest, in mlx5_modify_rule_destination() argument
1028 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()