Home
last modified time | relevance | path

Searched refs:path_rec (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/infiniband/core/
Dcma.c942 kfree(id_priv->id.route.path_rec); in rdma_destroy_id()
1097 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths, in cma_new_conn_id()
1099 if (!rt->path_rec) in cma_new_conn_id()
1102 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id()
1104 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id()
1108 rdma_addr_set_sgid(&rt->addr.dev_addr, &rt->path_rec[0].sgid); in cma_new_conn_id()
1109 ib_addr_set_pkey(&rt->addr.dev_addr, rt->path_rec[0].pkey); in cma_new_conn_id()
1116 rdma_addr_set_dgid(&rt->addr.dev_addr, &rt->path_rec[0].dgid); in cma_new_conn_id()
1620 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, in cma_query_handler() argument
1630 *route->path_rec = *path_rec; in cma_query_handler()
[all …]
Ducma.c592 &route->path_rec[1]); in ucma_copy_ib_route()
596 &route->path_rec[0]); in ucma_copy_ib_route()
628 &route->path_rec[1]); in ucma_copy_iboe_route()
632 &route->path_rec[0]); in ucma_copy_iboe_route()
912 ib_sa_unpack_path(path_data->path_rec, &sa_path); in ucma_set_ib_path()
/linux-2.6.39/include/rdma/
Drdma_cm_ib.h49 struct ib_sa_path_rec *path_rec, int num_paths);
Dib_user_sa.h51 __u32 path_rec[16]; member
Drdma_cm.h80 struct ib_sa_path_rec *path_rec; member
/linux-2.6.39/net/rds/
Dib_cm.c451 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id; in rds_ib_cm_handle_connect()
452 __be64 fguid = cm_id->route.path_rec->dgid.global.interface_id; in rds_ib_cm_handle_connect()