Searched refs:sa_path_rec (Results 1 – 18 of 18) sorted by relevance
/linux/include/rdma/ |
A D | ib_sa.h | 163 struct sa_path_rec { struct 192 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() argument 218 struct sa_path_rec *opa) in path_conv_opa_to_ib() 245 struct sa_path_rec *ib) in path_conv_ib_to_opa() 265 struct sa_path_rec *src) in sa_convert_path_opa_to_ib() 277 struct sa_path_rec *src) in sa_convert_path_ib_to_opa() 412 u32 port_num, struct sa_path_rec *rec, 500 struct sa_path_rec *rec, 527 static inline bool sa_path_is_roce(struct sa_path_rec *rec) in sa_path_is_roce() 533 static inline bool sa_path_is_opa(struct sa_path_rec *rec) in sa_path_is_opa() [all …]
|
A D | ib_cm.h | 93 struct sa_path_rec *primary_path; 94 struct sa_path_rec *alternate_path; 183 struct sa_path_rec *alternate_path; 356 struct sa_path_rec *primary_path; 357 struct sa_path_rec *alternate_path; 526 struct sa_path_rec *path;
|
A D | ib_marshall.h | 23 struct sa_path_rec *src); 25 void ib_copy_path_rec_from_user(struct sa_path_rec *dst,
|
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;
|
/linux/drivers/infiniband/core/ |
A D | uverbs_marshall.c | 137 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()
|
A D | sa_query.c | 127 void (*callback)(int, struct sa_path_rec *, void *); 130 struct sa_path_rec *conv_pr; 287 offsetof(struct sa_path_rec, field), \ 289 sizeof_field(struct sa_path_rec, field), \ 1162 struct sa_path_rec *rec, in init_ah_attr_grh_fields() 1200 struct sa_path_rec *rec, in ib_init_ah_attr_from_path() 1423 struct sa_path_rec rec; in ib_sa_path_rec_callback() 1439 struct sa_path_rec opa; in ib_sa_path_rec_callback() 1441 memset(&opa, 0, sizeof(struct sa_path_rec)); in ib_sa_path_rec_callback() 1488 struct sa_path_rec *rec, in ib_sa_path_rec_get() [all …]
|
A D | core_priv.h | 339 struct sa_path_rec; 340 int roce_resolve_route_from_path(struct sa_path_rec *rec,
|
A D | cm.c | 190 struct sa_path_rec path[]; 508 static int cm_init_av_by_path(struct sa_path_rec *path, in cm_init_av_by_path() 1319 struct sa_path_rec *pri_path = param->primary_path; in cm_format_req() 1623 struct sa_path_rec *path, union ib_gid *gid) in cm_path_set_rec_type() 1632 struct sa_path_rec *primary_path, in cm_format_path_lid_from_req() 1633 struct sa_path_rec *alt_path) in cm_format_path_lid_from_req() 1676 struct sa_path_rec *primary_path, in cm_format_paths_from_req() 1677 struct sa_path_rec *alt_path) in cm_format_paths_from_req() 1766 struct sa_path_rec *path) in cm_opa_to_ib_sgid() 3233 struct sa_path_rec *path) in cm_format_path_lid_from_lap() [all …]
|
A D | ucma.c | 925 struct sa_path_rec *rec = &ctx->cm_id->route.path_rec[i]; in ucma_query_path() 930 struct sa_path_rec ib; in ucma_query_path() 1295 struct sa_path_rec sa_path; in ucma_set_ib_path() 1320 struct sa_path_rec opa; in ucma_set_ib_path()
|
A D | addr.c | 722 int roce_resolve_route_from_path(struct sa_path_rec *rec, in roce_resolve_route_from_path()
|
A D | cma.c | 1242 const struct sa_path_rec *path) in cma_save_ib_info() 2092 struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path; in cma_ib_new_conn_id() 2689 static void cma_query_handler(int status, struct sa_path_rec *path_rec, in cma_query_handler() 2716 struct sa_path_rec path_rec; in cma_query_ib_route() 2926 struct sa_path_rec *path_rec) in rdma_set_ib_path()
|
/linux/drivers/infiniband/ulp/srp/ |
A D | ib_srp.h | 165 struct sa_path_rec path;
|
A D | ib_srp.c | 701 struct sa_path_rec *pathrec, in srp_path_rec_completion()
|
/linux/drivers/infiniband/ulp/ipoib/ |
A D | ipoib_cm.c | 1085 struct sa_path_rec *pathrec) in ipoib_cm_send_req() 1141 struct sa_path_rec *pathrec) in ipoib_cm_tx_init() 1348 struct sa_path_rec pathrec; in ipoib_cm_tx_start()
|
A D | ipoib.h | 430 struct sa_path_rec pathrec;
|
A D | ipoib_main.c | 744 struct sa_path_rec *pathrec, in path_rec_completion()
|
/linux/drivers/infiniband/ulp/srpt/ |
A D | ib_srpt.c | 2543 struct sa_path_rec *path_rec = cm_id->route.path_rec; in srpt_rdma_cm_req_recv()
|
Completed in 69 milliseconds