Searched refs:path_rec (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/infiniband/core/ |
D | cma.c | 1480 kfree(id_priv->id.route.path_rec); in rdma_destroy_id() 1626 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths, in cma_new_conn_id() 1628 if (!rt->path_rec) in cma_new_conn_id() 1631 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path; in cma_new_conn_id() 1633 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path; in cma_new_conn_id() 1643 rdma_addr_set_sgid(&rt->addr.dev_addr, &rt->path_rec[0].sgid); in cma_new_conn_id() 1644 ib_addr_set_pkey(&rt->addr.dev_addr, be16_to_cpu(rt->path_rec[0].pkey)); in cma_new_conn_id() 1651 rdma_addr_set_dgid(&rt->addr.dev_addr, &rt->path_rec[0].dgid); in cma_new_conn_id() 2086 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, in cma_query_handler() argument 2096 *route->path_rec = *path_rec; in cma_query_handler() [all …]
|
D | ucma.c | 745 &route->path_rec[1]); in ucma_copy_ib_route() 749 &route->path_rec[0]); in ucma_copy_ib_route() 771 &route->path_rec[1]); in ucma_copy_iboe_route() 775 &route->path_rec[0]); in ucma_copy_iboe_route() 903 ib_sa_pack_path(&ctx->cm_id->route.path_rec[i], in ucma_query_path() 904 &resp->path_data[i].path_rec); in ucma_query_path() 1217 ib_sa_unpack_path(path_data->path_rec, &sa_path); in ucma_set_ib_path()
|
D | sa_query.c | 652 memcpy(mad->data, rec->path_rec, in ib_nl_process_good_resolve_rsp() 653 sizeof(rec->path_rec)); in ib_nl_process_good_resolve_rsp()
|
/linux-4.4.14/include/rdma/ |
D | rdma_cm_ib.h | 49 struct ib_sa_path_rec *path_rec, int num_paths);
|
D | rdma_cm.h | 88 struct ib_sa_path_rec *path_rec; member
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_sa.h | 51 __u32 path_rec[16]; member
|
/linux-4.4.14/net/rds/ |
D | ib_cm.c | 532 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id; in rds_ib_cm_handle_connect() 533 __be64 fguid = cm_id->route.path_rec->dgid.global.interface_id; in rds_ib_cm_handle_connect()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 600 if (cmid->route.path_rec == NULL) in kiblnd_setup_mtu_locked() 606 cmid->route.path_rec->mtu = mtu; in kiblnd_setup_mtu_locked() 1037 if (conn->ibc_cmid->route.path_rec == NULL) in kiblnd_ctl() 1041 ib_mtu_enum_to_int(conn->ibc_cmid->route.path_rec->mtu); in kiblnd_ctl()
|