Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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;
192 .struct_offset_bytes = offsetof(struct sa_path_rec, field), \
193 .struct_size_bytes = sizeof((struct sa_path_rec *)0)->field, \
293 offsetof(struct sa_path_rec, field), \
295 sizeof((struct sa_path_rec *)0)->field, \
752 struct sa_path_rec *sa_rec = query->mad_buf->context[1]; in ib_nl_set_path_rec_attrs()
1221 struct sa_path_rec *rec, in init_ah_attr_grh_fields()
1259 struct sa_path_rec *rec, in ib_init_ah_attr_from_path()
1402 void ib_sa_unpack_path(void *attribute, struct sa_path_rec *rec) in ib_sa_unpack_path()
[all …]
Dcore_priv.h370 struct sa_path_rec;
371 int roce_resolve_route_from_path(struct sa_path_rec *rec,
Dcm.c245 struct sa_path_rec path[0];
513 get_cm_port_from_path(struct sa_path_rec *path, const struct ib_gid_attr *attr) in get_cm_port_from_path()
553 static int cm_init_av_by_path(struct sa_path_rec *path, in cm_init_av_by_path()
1280 struct sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1281 struct sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1543 struct sa_path_rec *path, union ib_gid *gid) in cm_path_set_rec_type()
1552 struct sa_path_rec *primary_path, in cm_format_path_lid_from_req()
1553 struct sa_path_rec *alt_path) in cm_format_path_lid_from_req()
1586 struct sa_path_rec *primary_path, in cm_format_paths_from_req()
1587 struct sa_path_rec *alt_path) in cm_format_paths_from_req()
[all …]
Ducma.c932 struct sa_path_rec *rec = &ctx->cm_id->route.path_rec[i]; in ucma_query_path()
937 struct sa_path_rec ib; in ucma_query_path()
1248 struct sa_path_rec sa_path; in ucma_set_ib_path()
1273 struct sa_path_rec opa; in ucma_set_ib_path()
Daddr.c720 int roce_resolve_route_from_path(struct sa_path_rec *rec, in roce_resolve_route_from_path()
Dcma.c1237 const struct sa_path_rec *path) in cma_save_ib_info()
2012 struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path; in cma_ib_new_conn_id()
2553 static void cma_query_handler(int status, struct sa_path_rec *path_rec, in cma_query_handler()
2580 struct sa_path_rec path_rec; in cma_query_ib_route()
2779 struct sa_path_rec *path_rec) in rdma_set_ib_path()
/Linux-v5.4/drivers/infiniband/ulp/srp/
Dib_srp.h175 struct sa_path_rec path;
Dib_srp.c737 struct sa_path_rec *pathrec, in srp_path_rec_completion()
/Linux-v5.4/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()
1349 struct sa_path_rec pathrec; in ipoib_cm_tx_start()
Dipoib.h427 struct sa_path_rec pathrec;
Dipoib_main.c742 struct sa_path_rec *pathrec, in path_rec_completion()