Searched refs:path_rec (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/rdma/
H A Drdma_cm_ib.h15 * @path_rec: Reference to the path record
22 struct sa_path_rec *path_rec);
H A Drdma_cm.h54 struct sa_path_rec *path_rec; member in struct:rdma_route
/linux-master/include/uapi/rdma/
H A Dib_user_sa.h52 __u32 path_rec[16]; member in struct:ib_path_rec_data
/linux-master/drivers/infiniband/core/
H A Dcma.c2055 kfree(id_priv->id.route.path_rec);
2274 rt->path_rec = kmalloc_array(rt->num_pri_alt_paths,
2275 sizeof(*rt->path_rec), GFP_KERNEL);
2276 if (!rt->path_rec)
2279 rt->path_rec[0] = *path;
2281 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path;
2289 rdma_addr_set_sgid(&rt->addr.dev_addr, &rt->path_rec[0].sgid);
2290 ib_addr_set_pkey(&rt->addr.dev_addr, be16_to_cpu(rt->path_rec[0].pkey));
2297 rdma_addr_set_dgid(&rt->addr.dev_addr, &rt->path_rec[0].dgid);
2849 struct sa_path_rec *path_rec)
2848 route_set_path_rec_inbound(struct cma_work *work, struct sa_path_rec *path_rec) argument
2864 route_set_path_rec_outbound(struct cma_work *work, struct sa_path_rec *path_rec) argument
2880 cma_query_handler(int status, struct sa_path_rec *path_rec, unsigned int num_prs, void *context) argument
2925 struct sa_path_rec path_rec; local
3134 rdma_set_ib_path(struct rdma_cm_id *id, struct sa_path_rec *path_rec) argument
[all...]
H A Ducma.c768 &route->path_rec[1]);
772 &route->path_rec[0]);
794 &route->path_rec[1]);
798 &route->path_rec[0]);
927 struct sa_path_rec *rec = &ctx->cm_id->route.path_rec[i];
935 ib_sa_pack_path(&ib, &resp->path_data[i].path_rec);
938 ib_sa_pack_path(rec, &resp->path_data[i].path_rec);
1319 ib_sa_unpack_path(path_data->path_rec, &sa_path);
H A Dsa_query.c918 memcpy(mad->data, rec_data->path_rec,
919 sizeof(rec_data->path_rec));
926 rec_data->path_rec, &recs[num_prs]);
/linux-master/net/rds/
H A Drdma_transport.c107 cm_id->route.path_rec[0].sl =
H A Dib_cm.c131 ic->i_sl = ic->i_cm_id->route.path_rec->sl;
785 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id;
786 __be64 fguid = cm_id->route.path_rec->dgid.global.interface_id;
/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2552 struct sa_path_rec *path_rec = cm_id->route.path_rec; local
2578 path_rec ? path_rec->pkey : 0, &req, src_addr);

Completed in 190 milliseconds