Searched defs:path_rec (Results 1 - 1 of 1) sorted by path

/drivers/infiniband/core/
H A Dcma.c1063 kfree(id_priv->id.route.path_rec);
1201 rt->path_rec = kmalloc(sizeof *rt->path_rec * rt->num_paths,
1203 if (!rt->path_rec)
1206 rt->path_rec[0] = *ib_event->param.req_rcvd.primary_path;
1208 rt->path_rec[1] = *ib_event->param.req_rcvd.alternate_path;
1212 rdma_addr_set_sgid(&rt->addr.dev_addr, &rt->path_rec[0].sgid);
1213 ib_addr_set_pkey(&rt->addr.dev_addr, be16_to_cpu(rt->path_rec[0].pkey));
1219 rdma_addr_set_dgid(&rt->addr.dev_addr, &rt->path_rec[0].dgid);
1675 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, argument
1700 struct ib_sa_path_rec path_rec; local
1824 rdma_set_ib_paths(struct rdma_cm_id *id, struct ib_sa_path_rec *path_rec, int num_paths) argument
[all...]

Completed in 46 milliseconds