Home
last modified time | relevance | path

Searched refs:sa_path_rec (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/include/rdma/
Dib_sa.h190 struct sa_path_rec { struct
219 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() argument
244 static inline void path_conv_opa_to_ib(struct sa_path_rec *ib, in path_conv_opa_to_ib()
245 struct sa_path_rec *opa) in path_conv_opa_to_ib()
271 static inline void path_conv_ib_to_opa(struct sa_path_rec *opa, in path_conv_ib_to_opa()
272 struct sa_path_rec *ib) in path_conv_ib_to_opa()
291 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest, in sa_convert_path_opa_to_ib()
292 struct sa_path_rec *src) in sa_convert_path_opa_to_ib()
303 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest, in sa_convert_path_ib_to_opa()
304 struct sa_path_rec *src) in sa_convert_path_ib_to_opa()
[all …]
Dib_cm.h120 struct sa_path_rec *primary_path;
121 struct sa_path_rec *alternate_path;
207 struct sa_path_rec *alternate_path;
380 struct sa_path_rec *primary_path;
381 struct sa_path_rec *alternate_path;
539 struct sa_path_rec *alternate_path,
583 struct sa_path_rec *path;
Dib_marshall.h50 struct sa_path_rec *src);
52 void ib_copy_path_rec_from_user(struct sa_path_rec *dst,
Drdma_cm_ib.h49 struct sa_path_rec *path_rec);
Drdma_cm.h81 struct sa_path_rec *path_rec;
/Linux-v4.19/drivers/infiniband/core/
Duverbs_marshall.c137 struct sa_path_rec *src) in __ib_copy_path_rec_to_user()
162 struct sa_path_rec *src) in ib_copy_path_rec_to_user()
164 struct sa_path_rec rec; in ib_copy_path_rec_to_user()
175 void ib_copy_path_rec_from_user(struct sa_path_rec *dst, in ib_copy_path_rec_from_user()
Dsa_query.c133 void (*callback)(int, struct sa_path_rec *, void *);
136 struct sa_path_rec *conv_pr;
193 .struct_offset_bytes = offsetof(struct sa_path_rec, field), \
194 .struct_size_bytes = sizeof((struct sa_path_rec *)0)->field, \
294 offsetof(struct sa_path_rec, field), \
296 sizeof((struct sa_path_rec *)0)->field, \
753 struct sa_path_rec *sa_rec = query->mad_buf->context[1]; in ib_nl_set_path_rec_attrs()
1230 static int roce_resolve_route_from_path(struct sa_path_rec *rec, in roce_resolve_route_from_path()
1271 struct sa_path_rec *rec, in init_ah_attr_grh_fields()
1309 struct sa_path_rec *rec, in ib_init_ah_attr_from_path()
[all …]
Dcm.c244 struct sa_path_rec path[0];
512 get_cm_port_from_path(struct sa_path_rec *path, const struct ib_gid_attr *attr) in get_cm_port_from_path()
552 static int cm_init_av_by_path(struct sa_path_rec *path, in cm_init_av_by_path()
1283 struct sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1284 struct sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1546 struct sa_path_rec *path, union ib_gid *gid) in cm_path_set_rec_type()
1555 struct sa_path_rec *primary_path, in cm_format_path_lid_from_req()
1556 struct sa_path_rec *alt_path) in cm_format_path_lid_from_req()
1589 struct sa_path_rec *primary_path, in cm_format_paths_from_req()
1590 struct sa_path_rec *alt_path) in cm_format_paths_from_req()
[all …]
Ducma.c939 struct sa_path_rec *rec = &ctx->cm_id->route.path_rec[i]; in ucma_query_path()
944 struct sa_path_rec ib; in ucma_query_path()
1249 struct sa_path_rec sa_path; in ucma_set_ib_path()
1274 struct sa_path_rec opa; in ucma_set_ib_path()
Ducm.c712 static int ib_ucm_path_get(struct sa_path_rec **path, u64 src) in ib_ucm_path_get()
715 struct sa_path_rec *sa_path; in ib_ucm_path_get()
972 struct sa_path_rec *path = NULL; in ib_ucm_send_lap()
Dcma.c1125 const struct sa_path_rec *path) in cma_save_ib_info()
1874 struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path; in cma_ib_new_conn_id()
2382 static void cma_query_handler(int status, struct sa_path_rec *path_rec, in cma_query_handler()
2409 struct sa_path_rec path_rec; in cma_query_ib_route()
2607 struct sa_path_rec *path_rec) in rdma_set_ib_path()
/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.h159 struct sa_path_rec path;
Dib_srp.c727 struct sa_path_rec *pathrec, in srp_path_rec_completion()
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1083 struct sa_path_rec *pathrec) in ipoib_cm_send_req()
1143 struct sa_path_rec *pathrec) in ipoib_cm_tx_init()
1351 struct sa_path_rec pathrec; in ipoib_cm_tx_start()
Dipoib.h428 struct sa_path_rec pathrec;
Dipoib_main.c741 struct sa_path_rec *pathrec, in path_rec_completion()