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

/freebsd-10-stable/sys/ofed/include/rdma/
H A Drdma_cm_ib.h49 struct ib_sa_path_rec *path_rec, int num_paths);
H A Drdma_cm.h83 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-10-stable/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-10-stable/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-10-stable/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-10-stable/sys/ofed/drivers/infiniband/core/
H A Ducma.c565 resp->num_paths = route->num_paths;
566 switch (route->num_paths) {
595 resp->num_paths = route->num_paths;
596 switch (route->num_paths) {
H A Dcma.c1197 rt->num_paths = ib_event->param.req_rcvd.alternate_path ? 2 : 1;
1198 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths,
1204 if (rt->num_paths == 2)
1723 route->num_paths = 1;
1861 struct ib_sa_path_rec *path_rec, int num_paths)
1870 id->route.path_rec = kmalloc(sizeof *path_rec * num_paths, GFP_KERNEL);
1876 memcpy(id->route.path_rec, path_rec, sizeof *path_rec * num_paths);
1933 route->num_paths = 1;
2737 if (route->num_paths == 2)
1860 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
/freebsd-10-stable/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-10-stable/bin/ls/tests/
H A Dls_tests.sh212 num_paths=$#
215 max_num_paths_per_column=$(( $(( $num_paths + 1 )) / $num_columns ))
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.h93 int num_paths; /* number of paths to files or directories */ member in struct:x509_file_st
/freebsd-10-stable/crypto/openssh/
H A Dssh.c223 tilde_expand_paths(char **paths, u_int num_paths) argument
228 for (i = 0; i < num_paths; i++) {

Completed in 277 milliseconds