Home
last modified time | relevance | path

Searched refs:ib_user_path_rec (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/sys/contrib/rdma/
Dib_marshall.h49 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst,
53 struct ib_user_path_rec *src);
Dib_user_cm.h236 struct ib_user_path_rec primary_path;
237 struct ib_user_path_rec alternate_path;
281 struct ib_user_path_rec path;
Dib_user_sa.h38 struct ib_user_path_rec { struct
Drdma_user_cm.h122 struct ib_user_path_rec ib_route[2];
/freebsd-9-stable/sys/ofed/include/rdma/
Dib_marshall.h47 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst,
51 struct ib_user_path_rec *src);
Dib_user_cm.h233 struct ib_user_path_rec primary_path;
234 struct ib_user_path_rec alternate_path;
278 struct ib_user_path_rec path;
Dib_user_sa.h54 struct ib_user_path_rec { struct
Drdma_user_cm.h123 struct ib_user_path_rec ib_route[2];
/freebsd-9-stable/sys/ofed/drivers/infiniband/core/
Duverbs_marshall.c89 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user()
116 struct ib_user_path_rec *src) in ib_copy_path_rec_from_user()
Ducm.c720 struct ib_user_path_rec upath; in ib_ucm_path_get()