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.h69 int num_pri_alt_paths; member
/linux/drivers/infiniband/core/
H A Ducma.c785 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_ib_route()
786 switch (route->num_pri_alt_paths) { in ucma_copy_ib_route()
812 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_iboe_route()
813 switch (route->num_pri_alt_paths) { in ucma_copy_iboe_route()
952 resp->num_paths = ctx->cm_id->route.num_pri_alt_paths; in ucma_query_path()
H A Dcma.c2302 rt->num_pri_alt_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2303 rt->path_rec = kmalloc_objs(*rt->path_rec, rt->num_pri_alt_paths); in cma_ib_new_conn_id()
2308 if (rt->num_pri_alt_paths == 2) in cma_ib_new_conn_id()
2937 route->num_pri_alt_paths = 1; in cma_query_handler()
3192 id->route.num_pri_alt_paths = 1; in rdma_set_ib_path()
3325 route->num_pri_alt_paths = 1; in cma_resolve_iboe_route()
3385 route->num_pri_alt_paths = 0; in cma_resolve_iboe_route()
4418 if (route->num_pri_alt_paths == 2) in cma_connect_ib()