Searched refs:ib_sa_path_rec (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/include/rdma/ |
D | ib_cm.h | 118 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;
|
D | ib_marshall.h | 48 struct ib_sa_path_rec *src); 50 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst,
|
D | ib_sa.h | 134 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);
|
D | rdma_cm_ib.h | 49 struct ib_sa_path_rec *path_rec, int num_paths);
|
D | rdma_cm.h | 86 struct ib_sa_path_rec *path_rec;
|
/linux-4.1.27/drivers/infiniband/core/ |
D | sa_query.c | 92 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()
|
D | uverbs_marshall.c | 95 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()
|
D | cm.c | 193 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()
|
D | ucm.c | 706 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()
|
D | cma.c | 841 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()
|
D | ucma.c | 1111 struct ib_sa_path_rec sa_path; in ucma_set_ib_path()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 160 struct ib_sa_path_rec path;
|
D | ib_srp.c | 655 struct ib_sa_path_rec *pathrec, in srp_path_rec_completion()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 1052 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()
|
D | ipoib.h | 406 struct ib_sa_path_rec pathrec;
|
D | ipoib_main.c | 434 struct ib_sa_path_rec *pathrec, in path_rec_completion()
|