Home
last modified time | relevance | path

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

/linux-6.15/include/rdma/
H A Drdma_cm.h65 int num_pri_alt_paths; member
/linux-6.15/drivers/infiniband/core/
H A Ducma.c758 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_ib_route()
759 switch (route->num_pri_alt_paths) { in ucma_copy_ib_route()
785 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_iboe_route()
786 switch (route->num_pri_alt_paths) { in ucma_copy_iboe_route()
925 resp->num_paths = ctx->cm_id->route.num_pri_alt_paths; in ucma_query_path()
H A Dcma.c2308 rt->num_pri_alt_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2309 rt->path_rec = kmalloc_array(rt->num_pri_alt_paths, in cma_ib_new_conn_id()
2315 if (rt->num_pri_alt_paths == 2) in cma_ib_new_conn_id()
2942 route->num_pri_alt_paths = 1; in cma_query_handler()
3197 id->route.num_pri_alt_paths = 1; in rdma_set_ib_path()
3330 route->num_pri_alt_paths = 1; in cma_resolve_iboe_route()
3390 route->num_pri_alt_paths = 0; in cma_resolve_iboe_route()
4392 if (route->num_pri_alt_paths == 2) in cma_connect_ib()