Searched refs:sa_path_rec (Results 1 – 16 of 16) sorted by relevance
/linux/include/rdma/ |
H A D | ib_sa.h | 163 struct sa_path_rec { struct 193 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() argument 218 static inline void path_conv_opa_to_ib(struct sa_path_rec *ib, in path_conv_opa_to_ib() 219 struct sa_path_rec *opa) in path_conv_opa_to_ib() 245 static inline void path_conv_ib_to_opa(struct sa_path_rec *opa, in path_conv_ib_to_opa() 246 struct sa_path_rec *ib) in path_conv_ib_to_opa() 265 static inline void sa_convert_path_opa_to_ib(struct sa_path_rec *dest, in sa_convert_path_opa_to_ib() 266 struct sa_path_rec *src) in sa_convert_path_opa_to_ib() 277 static inline void sa_convert_path_ib_to_opa(struct sa_path_rec *dest, in sa_convert_path_ib_to_opa() 278 struct sa_path_rec *sr in sa_convert_path_ib_to_opa() 184 hop_limitsa_path_rec global() argument 188 rec_typesa_path_rec global() argument [all...] |
H 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; 350 struct sa_path_rec *primary_path; 351 struct sa_path_rec *primary_path_inbound; 352 struct sa_path_rec *primary_path_outbound; 353 struct sa_path_rec *alternate_path; 511 struct sa_path_rec *path;
|
H A D | rdma_cm.h | 54 struct sa_path_rec *path_rec; 57 struct sa_path_rec *path_rec_inbound; 58 struct sa_path_rec *path_rec_outbound;
|
H A D | rdma_cm_ib.h | 22 struct sa_path_rec *path_rec);
|
H A D | ib_marshall.h | 23 struct sa_path_rec *src);
|
/linux/drivers/infiniband/core/ |
H 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()
|
H A D | core_priv.h | 336 struct sa_path_rec; 337 int roce_resolve_route_from_path(struct sa_path_rec *rec,
|
H A D | cm.c | 195 struct sa_path_rec path[]; 487 get_cm_port_from_path(struct sa_path_rec *path, const struct ib_gid_attr *attr) in get_cm_port_from_path() 527 static int cm_init_av_by_path(struct sa_path_rec *path, in cm_init_av_by_path() 1344 struct sa_path_rec *pri_path = param->primary_path; in cm_format_req() 1345 struct sa_path_rec *alt_path = param->alternate_path; in cm_format_req() 1657 struct sa_path_rec *path, union ib_gid *gid) in cm_path_set_rec_type() 1666 struct sa_path_rec *primary_path, in cm_format_path_lid_from_req() 1667 struct sa_path_rec *alt_path, in cm_format_path_lid_from_req() 1709 struct sa_path_rec *primary_path, in cm_format_paths_from_req() 1710 struct sa_path_rec *alt_pat in cm_format_paths_from_req() [all...] |
H A D | ucma.c | 929 struct sa_path_rec *rec = &ctx->cm_id->route.path_rec[i]; in ucma_query_path() 934 struct sa_path_rec ib; in ucma_query_path() 1299 struct sa_path_rec sa_path; in ucma_set_ib_path() 1324 struct sa_path_rec opa; in ucma_set_ib_path()
|
H A D | cma.c | 1418 const struct sa_path_rec *path) in cma_save_ib_info() 2273 struct sa_path_rec *path = ib_event->param.req_rcvd.primary_path; in cma_ib_new_conn_id() 2870 struct sa_path_rec *path_rec) in route_set_path_rec_inbound() 2886 struct sa_path_rec *path_rec) in route_set_path_rec_outbound() 2901 static void cma_query_handler(int status, struct sa_path_rec *path_rec, in cma_query_handler() 2946 struct sa_path_rec path_rec; in cma_query_ib_route() 3156 struct sa_path_rec *path_rec) in rdma_set_ib_path()
|
H A D | addr.c | 715 int roce_resolve_route_from_path(struct sa_path_rec *rec, in roce_resolve_route_from_path()
|
/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.h | 175 struct sa_path_rec path;
|
H A D | ib_srp.c | 696 struct sa_path_rec *pathrec, in srp_path_rec_completion()
|
/linux/drivers/infiniband/ulp/ipoib/ |
H 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()
|
H A D | ipoib_main.c | 784 struct sa_path_rec *pathrec, in path_rec_completion()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 2609 struct sa_path_rec *path_rec = cm_id->route.path_rec; in srpt_rdma_cm_req_recv()
|