Home
last modified time | relevance | path

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

/linux-4.1.27/include/rdma/
Dib_cm.h118 struct ib_sa_path_rec *primary_path;
119 struct ib_sa_path_rec *alternate_path;
198 struct ib_sa_path_rec *alternate_path;
365 struct ib_sa_path_rec *primary_path;
366 struct ib_sa_path_rec *alternate_path;
523 struct ib_sa_path_rec *alternate_path,
567 struct ib_sa_path_rec *path;
Dib_marshall.h48 struct ib_sa_path_rec *src);
50 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst,
Dib_sa.h134 struct ib_sa_path_rec { struct
301 struct ib_sa_path_rec *rec,
305 struct ib_sa_path_rec *resp,
404 struct ib_sa_path_rec *rec,
411 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute);
417 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec);
Drdma_cm_ib.h49 struct ib_sa_path_rec *path_rec, int num_paths);
Drdma_cm.h86 struct ib_sa_path_rec *path_rec;
/linux-4.1.27/drivers/infiniband/core/
Dsa_query.c92 void (*callback)(int, struct ib_sa_path_rec *, void *);
125 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \
126 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \
529 struct ib_sa_path_rec *rec, struct ib_ah_attr *ah_attr) in ib_init_ah_from_path()
656 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec) in ib_sa_unpack_path()
662 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute) in ib_sa_pack_path()
676 struct ib_sa_path_rec rec; in ib_sa_path_rec_callback()
720 struct ib_sa_path_rec *rec, in ib_sa_path_rec_get()
724 struct ib_sa_path_rec *resp, in ib_sa_path_rec_get()
Duverbs_marshall.c95 struct ib_sa_path_rec *src) in ib_copy_path_rec_to_user()
120 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, in ib_copy_path_rec_from_user()
Dcm.c193 struct ib_sa_path_rec path[0];
352 static int cm_init_av_by_path(struct ib_sa_path_rec *path, struct cm_av *av) in cm_init_av_by_path()
1012 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1013 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1240 struct ib_sa_path_rec *primary_path, in cm_format_paths_from_req()
1241 struct ib_sa_path_rec *alt_path) in cm_format_paths_from_req()
2584 struct ib_sa_path_rec *alternate_path, in cm_format_lap()
2614 struct ib_sa_path_rec *alternate_path, in ib_send_cm_lap()
2667 struct ib_sa_path_rec *path, in cm_format_path_from_lap()
3450 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths, in cm_recv_handler()
Ducm.c706 static int ib_ucm_path_get(struct ib_sa_path_rec **path, u64 src) in ib_ucm_path_get()
709 struct ib_sa_path_rec *sa_path; in ib_ucm_path_get()
966 struct ib_sa_path_rec *path = NULL; in ib_ucm_send_lap()
Dcma.c841 struct ib_sa_path_rec *path) in cma_save_ib_info()
1692 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, in cma_query_handler()
1717 struct ib_sa_path_rec path_rec; in cma_query_ib_route()
1842 struct ib_sa_path_rec *path_rec, int num_paths) in rdma_set_ib_paths()
Ducma.c1111 struct ib_sa_path_rec sa_path; in ucma_set_ib_path()
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.h160 struct ib_sa_path_rec path;
Dib_srp.c655 struct ib_sa_path_rec *pathrec, in srp_path_rec_completion()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1052 struct ib_sa_path_rec *pathrec) in ipoib_cm_send_req()
1112 struct ib_sa_path_rec *pathrec) in ipoib_cm_tx_init()
1316 struct ib_sa_path_rec pathrec; in ipoib_cm_tx_start()
Dipoib.h406 struct ib_sa_path_rec pathrec;
Dipoib_main.c434 struct ib_sa_path_rec *pathrec, in path_rec_completion()