Searched refs:num_paths (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/contrib/rdma/
H A Drdma_cm_ib.h46 struct ib_sa_path_rec *path_rec, int num_paths);
H A Drdma_cm.h81 int num_paths; member in struct:rdma_route
H A Drdma_user_cm.h125 __u32 num_paths; member in struct:rdma_ucm_query_route_resp
H A Drdma_cma.c1045 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1046 rt->path_rec = malloc(sizeof *rt->path_rec * rt->num_paths,
1052 if (rt->num_paths == 2)
1553 route->num_paths = 1;
1652 struct ib_sa_path_rec *path_rec, int num_paths)
1661 id->route.path_rec = malloc(sizeof *path_rec * num_paths, M_DEVBUF, M_NOWAIT);
1667 memcpy(id->route.path_rec, path_rec, sizeof *path_rec * num_paths);
2299 if (route->num_paths == 2)
1651 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Drdma_cm_ib.h49 struct ib_sa_path_rec *path_rec, int num_paths);
H A Drdma_cm.h82 int num_paths; member in struct:rdma_route
H A Drdma_user_cm.h126 __u32 num_paths; member in struct:rdma_ucm_query_route_resp
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_port_profile.h93 uint32_t num_paths; member in struct:osm_port_profile
97 * num_paths
164 p_prof->num_paths++;
191 return (p_prof->num_paths);
/freebsd-9.3-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h102 int num_paths; member in struct:rdma_route
H A Drdma_cma_abi.h126 __u32 num_paths; member in struct:ucma_abi_query_route_resp
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_dump.c67 uint32_t num_paths; local
79 num_paths = osm_switch_path_count_get(p_sw, i);
80 fprintf(file, "\n %03u : %u", i, num_paths);
H A Dosm_sa_multipath_record.c1399 uint32_t max_paths, num_paths, total_paths = 0; local
1412 num_paths =
1421 total_paths += num_paths;
1424 num_paths, total_paths, max_paths);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Ducma.c563 resp->num_paths = route->num_paths;
564 switch (route->num_paths) {
593 resp->num_paths = route->num_paths;
594 switch (route->num_paths) {
H A Dcma.c1084 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1085 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths,
1091 if (rt->num_paths == 2)
1611 route->num_paths = 1;
1749 struct ib_sa_path_rec *path_rec, int num_paths)
1758 id->route.path_rec = kmalloc(sizeof *path_rec * num_paths, GFP_KERNEL);
1764 memcpy(id->route.path_rec, path_rec, sizeof *path_rec * num_paths);
1821 route->num_paths = 1;
2582 if (route->num_paths == 2)
1748 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
/freebsd-9.3-release/contrib/ofed/librdmacm/src/
H A Dcma.c494 if (resp->num_paths) {
496 resp->num_paths);
500 id->route.num_paths = resp->num_paths;
501 for (i = 0; i < resp->num_paths; i++)
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.h91 int num_paths; /* number of paths to files or directories */ member in struct:x509_file_st
/freebsd-9.3-release/crypto/openssh/
H A Dssh.c224 tilde_expand_paths(char **paths, u_int num_paths) argument
229 for (i = 0; i < num_paths; i++) {

Completed in 205 milliseconds