Home
last modified time | relevance | path

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

/linux-4.4.14/include/rdma/
Dib_cm.h120 struct ib_sa_path_rec *primary_path;
121 struct ib_sa_path_rec *alternate_path;
200 struct ib_sa_path_rec *alternate_path;
366 struct ib_sa_path_rec *primary_path;
367 struct ib_sa_path_rec *alternate_path;
524 struct ib_sa_path_rec *alternate_path,
568 struct ib_sa_path_rec *path;
Dib_sa.h135 struct ib_sa_path_rec { struct
165 static inline struct net_device *ib_get_ndev_from_path(struct ib_sa_path_rec *rec) in ib_get_ndev_from_path() argument
309 struct ib_sa_path_rec *rec,
313 struct ib_sa_path_rec *resp,
412 struct ib_sa_path_rec *rec,
419 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute);
425 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec);
Dib_marshall.h48 struct ib_sa_path_rec *src);
50 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst,
Drdma_cm_ib.h49 struct ib_sa_path_rec *path_rec, int num_paths);
Drdma_cm.h88 struct ib_sa_path_rec *path_rec;
/linux-4.4.14/drivers/infiniband/core/
Duverbs_marshall.c95 struct ib_sa_path_rec *src) in ib_copy_path_rec_to_user()
120 void ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, in ib_copy_path_rec_from_user()
Dsa_query.c109 void (*callback)(int, struct ib_sa_path_rec *, void *);
162 .struct_offset_bytes = offsetof(struct ib_sa_path_rec, field), \
163 .struct_size_bytes = sizeof ((struct ib_sa_path_rec *) 0)->field, \
434 struct ib_sa_path_rec *sa_rec = query->mad_buf->context[1]; in ib_nl_set_path_rec_attrs()
995 struct ib_sa_path_rec *rec, struct ib_ah_attr *ah_attr) in ib_init_ah_from_path()
1134 void ib_sa_unpack_path(void *attribute, struct ib_sa_path_rec *rec) in ib_sa_unpack_path()
1140 void ib_sa_pack_path(struct ib_sa_path_rec *rec, void *attribute) in ib_sa_pack_path()
1154 struct ib_sa_path_rec rec; in ib_sa_path_rec_callback()
1198 struct ib_sa_path_rec *rec, in ib_sa_path_rec_get()
1202 struct ib_sa_path_rec *resp, in ib_sa_path_rec_get()
Dcm.c192 struct ib_sa_path_rec path[0];
355 static int cm_init_av_by_path(struct ib_sa_path_rec *path, struct cm_av *av) in cm_init_av_by_path()
1065 struct ib_sa_path_rec *pri_path = param->primary_path; in cm_format_req()
1066 struct ib_sa_path_rec *alt_path = param->alternate_path; in cm_format_req()
1293 struct ib_sa_path_rec *primary_path, in cm_format_paths_from_req()
1294 struct ib_sa_path_rec *alt_path) in cm_format_paths_from_req()
2657 struct ib_sa_path_rec *alternate_path, in cm_format_lap()
2687 struct ib_sa_path_rec *alternate_path, in ib_send_cm_lap()
2740 struct ib_sa_path_rec *path, in cm_format_path_from_lap()
3540 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths, in cm_recv_handler()
Ducm.c705 static int ib_ucm_path_get(struct ib_sa_path_rec **path, u64 src) in ib_ucm_path_get()
708 struct ib_sa_path_rec *sa_path; in ib_ucm_path_get()
965 struct ib_sa_path_rec *path = NULL; in ib_ucm_send_lap()
Dcma.c944 struct ib_sa_path_rec *path) in cma_save_ib_info()
2086 static void cma_query_handler(int status, struct ib_sa_path_rec *path_rec, in cma_query_handler()
2111 struct ib_sa_path_rec path_rec; in cma_query_ib_route()
2236 struct ib_sa_path_rec *path_rec, int num_paths) in rdma_set_ib_paths()
Ducma.c1199 struct ib_sa_path_rec sa_path; in ucma_set_ib_path()
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.h160 struct ib_sa_path_rec path;
Dib_srp.c655 struct ib_sa_path_rec *pathrec, in srp_path_rec_completion()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_cm.c1049 struct ib_sa_path_rec *pathrec) in ipoib_cm_send_req()
1109 struct ib_sa_path_rec *pathrec) in ipoib_cm_tx_init()
1312 struct ib_sa_path_rec pathrec; in ipoib_cm_tx_start()
Dipoib.h405 struct ib_sa_path_rec pathrec;
Dipoib_main.c662 struct ib_sa_path_rec *pathrec, in path_rec_completion()