Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Drdma_cm.h65 int num_pri_alt_paths; member
/linux/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.c2294 rt->num_pri_alt_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2295 rt->path_rec = kmalloc_array(rt->num_pri_alt_paths, in cma_ib_new_conn_id()
2301 if (rt->num_pri_alt_paths == 2) in cma_ib_new_conn_id()
2928 route->num_pri_alt_paths = 1; in cma_query_handler()
3183 id->route.num_pri_alt_paths = 1; in rdma_set_ib_path()
3316 route->num_pri_alt_paths = 1; in cma_resolve_iboe_route()
3376 route->num_pri_alt_paths = 0; in cma_resolve_iboe_route()
4378 if (route->num_pri_alt_paths == 2) in cma_connect_ib()