Searched refs:path_rec (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | cma.c | 2256 if (!rt->path_rec) in cma_ib_new_conn_id() 2874 if (!path_rec[i].flags || (path_rec[i].flags & IB_PATH_GMP)) in cma_query_handler() 2875 *route->path_rec = path_rec[i]; in cma_query_handler() 2911 memset(&path_rec, 0, sizeof path_rec); in cma_query_ib_route() 2920 path_rec.numb_path = 1; in cma_query_ib_route() 3044 if (!route->path_rec) in cma_resolve_ib_route() 3045 route->path_rec = kmalloc(sizeof *route->path_rec, GFP_KERNEL); in cma_resolve_ib_route() 3046 if (!route->path_rec) { in cma_resolve_ib_route() 3057 kfree(route->path_rec); in cma_resolve_ib_route() 3127 id->route.path_rec = kmemdup(path_rec, sizeof(*path_rec), in rdma_set_ib_path() [all …]
|
A D | ucma.c | 769 &route->path_rec[1]); in ucma_copy_ib_route() 773 &route->path_rec[0]); in ucma_copy_ib_route() 795 &route->path_rec[1]); in ucma_copy_iboe_route() 799 &route->path_rec[0]); in ucma_copy_iboe_route() 928 struct sa_path_rec *rec = &ctx->cm_id->route.path_rec[i]; in ucma_query_path() 936 ib_sa_pack_path(&ib, &resp->path_data[i].path_rec); in ucma_query_path() 939 ib_sa_pack_path(rec, &resp->path_data[i].path_rec); in ucma_query_path() 1320 ib_sa_unpack_path(path_data->path_rec, &sa_path); in ucma_set_ib_path()
|
A D | sa_query.c | 918 memcpy(mad->data, rec_data->path_rec, in ib_nl_process_good_resolve_rsp() 919 sizeof(rec_data->path_rec)); in ib_nl_process_good_resolve_rsp() 926 rec_data->path_rec, &recs[num_prs]); in ib_nl_process_good_resolve_rsp()
|
/linux-6.3-rc2/include/rdma/ |
A D | rdma_cm_ib.h | 22 struct sa_path_rec *path_rec);
|
A D | rdma_cm.h | 54 struct sa_path_rec *path_rec; member
|
/linux-6.3-rc2/include/uapi/rdma/ |
A D | ib_user_sa.h | 52 __u32 path_rec[16]; member
|
/linux-6.3-rc2/net/rds/ |
A D | rdma_transport.c | 105 cm_id->route.path_rec[0].sl = in rds_rdma_cm_event_handler_cmn()
|
A D | ib_cm.c | 131 ic->i_sl = ic->i_cm_id->route.path_rec->sl; in rds_ib_cm_connect_complete() 785 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id; in rds_ib_cm_handle_connect() 786 __be64 fguid = cm_id->route.path_rec->dgid.global.interface_id; in rds_ib_cm_handle_connect()
|
/linux-6.3-rc2/drivers/infiniband/ulp/srpt/ |
A D | ib_srpt.c | 2544 struct sa_path_rec *path_rec = cm_id->route.path_rec; in srpt_rdma_cm_req_recv() local 2570 path_rec ? path_rec->pkey : 0, &req, src_addr); in srpt_rdma_cm_req_recv()
|
Completed in 30 milliseconds