Linux Kernel
3.7.1
|
#include <rdma/ib_verbs.h>
#include <rdma/ib_sa.h>
#include <rdma/ib_user_verbs.h>
#include <rdma/ib_user_sa.h>
Go to the source code of this file.
void ib_copy_ah_attr_to_user | ( | struct ib_uverbs_ah_attr * | dst, |
struct ib_ah_attr * | src | ||
) |
Definition at line 36 of file uverbs_marshall.c.
void ib_copy_path_rec_from_user | ( | struct ib_sa_path_rec * | dst, |
struct ib_user_path_rec * | src | ||
) |
Definition at line 120 of file uverbs_marshall.c.
void ib_copy_path_rec_to_user | ( | struct ib_user_path_rec * | dst, |
struct ib_sa_path_rec * | src | ||
) |
Definition at line 94 of file uverbs_marshall.c.
void ib_copy_qp_attr_to_user | ( | struct ib_uverbs_qp_attr * | dst, |
struct ib_qp_attr * | src | ||
) |
Definition at line 55 of file uverbs_marshall.c.