Searched refs:ib_sa_path_rec (Results 1 – 16 of 16) sorted by relevance
| /trueos/sys/ofed/include/rdma/ |
| HD | ib_cm.h | 117 struct ib_sa_path_rec *primary_path; 118 struct ib_sa_path_rec *alternate_path; 197 struct ib_sa_path_rec *alternate_path; 364 struct ib_sa_path_rec *primary_path; 365 struct ib_sa_path_rec *alternate_path; 522 struct ib_sa_path_rec *alternate_path, 566 struct ib_sa_path_rec *path;
|
| HD | ib_marshall.h | 48 struct ib_sa_path_rec *src); 50 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst,
|
| HD | ib_sa.h | 134 struct ib_sa_path_rec { struct 419 struct ib_sa_path_rec *rec, 423 struct ib_sa_path_rec *resp, 522 struct ib_sa_path_rec *rec, 529 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec);
|
| HD | rdma_cm_ib.h | 49 struct ib_sa_path_rec *path_rec, int num_paths);
|
| HD | rdma_cm.h | 81 struct ib_sa_path_rec *path_rec;
|
| /trueos/sys/ofed/drivers/infiniband/core/ |
| HD | local_sa.c | 157 struct ib_sa_path_rec rec; 187 void (*callback)(int, struct ib_sa_path_rec *, void *); 189 struct ib_sa_path_rec path_rec; 470 struct ib_sa_path_rec path_rec; in format_path_req() 867 static struct ib_sa_path_rec *ib_get_next_path(struct ib_sa_attr_iter *iter) in ib_get_next_path() 879 static int cmp_rec(struct ib_sa_path_rec *src, in cmp_rec() 880 struct ib_sa_path_rec *dst, ib_sa_comp_mask comp_mask) in cmp_rec() 931 static struct ib_sa_path_rec *get_random_path(struct ib_sa_attr_iter *iter, in get_random_path() 932 struct ib_sa_path_rec *req_path, in get_random_path() 935 struct ib_sa_path_rec *path, *rand_path = NULL; in get_random_path() [all …]
|
| HD | sa.h | 62 struct ib_sa_path_rec *rec, 66 struct ib_sa_path_rec *resp,
|
| HD | uverbs_marshall.c | 90 struct ib_sa_path_rec *src) in ib_copy_path_rec_to_user() 115 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, in ib_copy_path_rec_from_user()
|
| HD | sa_query.c | 93 void (*callback)(int, struct ib_sa_path_rec *, void *); 126 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \ 127 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \ 658 struct ib_sa_path_rec *rec, struct ib_ah_attr *ah_attr) in ib_init_ah_from_path() 776 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec) in ib_sa_unpack_path() 790 struct ib_sa_path_rec rec; in ib_sa_path_rec_callback() 806 struct ib_sa_path_rec *rec, in ib_sa_path_rec_query() 810 struct ib_sa_path_rec *resp, in ib_sa_path_rec_query()
|
| HD | cm.c | 202 struct ib_sa_path_rec path[0]; 361 static int cm_init_av_by_path(struct ib_sa_path_rec *path, struct cm_av *av) in cm_init_av_by_path() 1014 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req() 1015 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req() 1255 struct ib_sa_path_rec *primary_path, in cm_format_paths_from_req() 1256 struct ib_sa_path_rec *alt_path) in cm_format_paths_from_req() 2586 struct ib_sa_path_rec *alternate_path, in cm_format_lap() 2616 struct ib_sa_path_rec *alternate_path, in ib_send_cm_lap() 2669 struct ib_sa_path_rec *path, in cm_format_path_from_lap() 3454 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths, in cm_recv_handler()
|
| HD | ucm.c | 718 static int ib_ucm_path_get(struct ib_sa_path_rec **path, u64 src) in ib_ucm_path_get() 721 struct ib_sa_path_rec *sa_path; in ib_ucm_path_get() 978 struct ib_sa_path_rec *path = NULL; in ib_ucm_send_lap()
|
| HD | cma.c | 1602 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, in cma_query_handler() 1627 struct ib_sa_path_rec path_rec; in cma_query_ib_route() 1749 struct ib_sa_path_rec *path_rec, int num_paths) in rdma_set_ib_paths()
|
| HD | ucma.c | 861 struct ib_sa_path_rec sa_path; in ucma_set_ib_path()
|
| /trueos/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| HD | ipoib_cm.c | 929 struct ib_sa_path_rec *pathrec) in ipoib_cm_send_req() 989 struct ib_sa_path_rec *pathrec) in ipoib_cm_tx_init() 1189 struct ib_sa_path_rec pathrec; in ipoib_cm_tx_start()
|
| HD | ipoib.h | 412 struct ib_sa_path_rec pathrec;
|
| HD | ipoib_main.c | 487 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) in path_rec_completion() 593 struct ib_sa_path_rec p_rec; in path_rec_start()
|