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.c756 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_ib_route()
757 switch (route->num_pri_alt_paths) { in ucma_copy_ib_route()
783 resp->num_paths = route->num_pri_alt_paths; in ucma_copy_iboe_route()
784 switch (route->num_pri_alt_paths) { in ucma_copy_iboe_route()
923 resp->num_paths = ctx->cm_id->route.num_pri_alt_paths; in ucma_query_path()
H A Dcma.c2275 rt->num_pri_alt_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1; in cma_ib_new_conn_id()
2276 rt->path_rec = kmalloc_array(rt->num_pri_alt_paths, in cma_ib_new_conn_id()
2282 if (rt->num_pri_alt_paths == 2) in cma_ib_new_conn_id()
2909 route->num_pri_alt_paths = 1; in cma_query_handler()
3164 id->route.num_pri_alt_paths = 1; in rdma_set_ib_path()
3297 route->num_pri_alt_paths = 1; in cma_resolve_iboe_route()
3357 route->num_pri_alt_paths = 0; in cma_resolve_iboe_route()
4359 if (route->num_pri_alt_paths == 2) in cma_connect_ib()