Home
last modified time | relevance | path

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

/Linux-v6.6/include/rdma/
Drdma_cm.h65 int num_pri_alt_paths; member
/Linux-v6.6/drivers/infiniband/core/
Ducma.c757 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_ib_route()
758 switch (route->num_pri_alt_paths) { in ucma_copy_ib_route()
784 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_iboe_route()
785 switch (route->num_pri_alt_paths) { in ucma_copy_iboe_route()
924 resp->num_paths = ctx->cm_id->route.num_pri_alt_paths; in ucma_query_path()
Dcma.c2273 rt->num_pri_alt_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2274 rt->path_rec = kmalloc_array(rt->num_pri_alt_paths, in cma_ib_new_conn_id()
2280 if (rt->num_pri_alt_paths == 2) in cma_ib_new_conn_id()
2907 route->num_pri_alt_paths = 1; in cma_query_handler()
3162 id->route.num_pri_alt_paths = 1; in rdma_set_ib_path()
3295 route->num_pri_alt_paths = 1; in cma_resolve_iboe_route()
3355 route->num_pri_alt_paths = 0; in cma_resolve_iboe_route()
4357 if (route->num_pri_alt_paths == 2) in cma_connect_ib()