Home
last modified time | relevance | path

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

/linux-4.4.14/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);
/linux-4.4.14/include/uapi/rdma/
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.h152 struct ib_user_path_rec ib_route[2];
/linux-4.4.14/drivers/infiniband/core/
Duverbs_marshall.c94 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user()
121 struct ib_user_path_rec *src) in ib_copy_path_rec_from_user()
Ducm.c707 struct ib_user_path_rec upath; in ib_ucm_path_get()