Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h123 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 Dib_sa.h151 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 Dib_marshall.h50 struct ib_sa_path_rec *src);
52 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst,
H A Drdma_cm_ib.h51 struct ib_sa_path_rec *path_rec, int num_paths);
H A Drdma_cm.h90 struct ib_sa_path_rec *path_rec;
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c113 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 Dib_uverbs_marshall.c97 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 Dib_cm.c250 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 Dib_ucm.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()
H A Dib_cma.c1127 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 Dib_ucma.c1225 struct ib_sa_path_rec sa_path; in ucma_set_ib_path()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c945 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 Dipoib.h420 struct ib_sa_path_rec pathrec;
H A Dipoib_main.c508 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()