Searched refs:ib_sa_path_rec (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cm.h | 123 struct ib_sa_path_rec *primary_path; 124 struct ib_sa_path_rec *alternate_path; 210 struct ib_sa_path_rec *alternate_path; 383 struct ib_sa_path_rec *primary_path; 384 struct ib_sa_path_rec *alternate_path; 541 struct ib_sa_path_rec *alternate_path, 585 struct ib_sa_path_rec *path;
|
H A D | ib_sa.h | 151 struct ib_sa_path_rec { struct 182 static inline if_t ib_get_ndev_from_path(struct ib_sa_path_rec *rec) in ib_get_ndev_from_path() argument 330 struct ib_sa_path_rec *rec, 334 struct ib_sa_path_rec *resp, 435 struct ib_sa_path_rec *rec, 442 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute); 448 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec);
|
H A D | ib_marshall.h | 50 struct ib_sa_path_rec *src); 52 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst,
|
H A D | rdma_cm_ib.h | 51 struct ib_sa_path_rec *path_rec, int num_paths);
|
H A D | rdma_cm.h | 90 struct ib_sa_path_rec *path_rec;
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_sa_query.c | 113 void (*callback)(int, struct ib_sa_path_rec *, void *); 152 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \ 153 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \ 648 struct ib_sa_path_rec *rec, struct ib_ah_attr *ah_attr) in ib_init_ah_from_path() 833 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec) in ib_sa_unpack_path() 839 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute) in ib_sa_pack_path() 853 struct ib_sa_path_rec rec; in ib_sa_path_rec_callback() 898 struct ib_sa_path_rec *rec, in ib_sa_path_rec_get() 902 struct ib_sa_path_rec *resp, in ib_sa_path_rec_get()
|
H A D | ib_uverbs_marshall.c | 97 struct ib_sa_path_rec *src) in ib_copy_path_rec_to_user() 122 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, in ib_copy_path_rec_from_user()
|
H A D | ib_cm.c | 250 struct ib_sa_path_rec path[0]; 496 static int cm_init_av_by_path(struct ib_sa_path_rec *path, struct cm_av *av, in cm_init_av_by_path() 1230 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req() 1231 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req() 1451 struct ib_sa_path_rec *primary_path, in cm_format_paths_from_req() 1452 struct ib_sa_path_rec *alt_path) in cm_format_paths_from_req() 2867 struct ib_sa_path_rec *alternate_path, in cm_format_lap() 2897 struct ib_sa_path_rec *alternate_path, in ib_send_cm_lap() 2951 struct ib_sa_path_rec *path, in cm_format_path_from_lap() 3787 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths, in cm_recv_handler()
|
H A D | ib_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()
|
H A D | ib_cma.c | 1127 struct ib_sa_path_rec *path) in cma_save_ib_info() 2565 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, in cma_query_handler() 2590 struct ib_sa_path_rec path_rec; in cma_query_ib_route() 2691 struct ib_sa_path_rec *path_rec, int num_paths) in rdma_set_ib_paths()
|
H A D | ib_ucma.c | 1225 struct ib_sa_path_rec sa_path; in ucma_set_ib_path()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 945 struct ib_sa_path_rec *pathrec) in ipoib_cm_send_req() 1005 struct ib_sa_path_rec *pathrec) in ipoib_cm_tx_init() 1205 struct ib_sa_path_rec pathrec; in ipoib_cm_tx_start()
|
H A D | ipoib.h | 420 struct ib_sa_path_rec pathrec;
|
H A D | ipoib_main.c | 508 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) in path_rec_completion() 617 struct ib_sa_path_rec p_rec; in path_rec_start()
|