Searched refs:ibv_context (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Dpingpong.h41 uint16_t pp_get_local_lid(struct ibv_context *context, int port);
42 int pp_get_port_info(struct ibv_context *context, int port,
H A Dpingpong.c51 uint16_t pp_get_local_lid(struct ibv_context *context, int port)
61 int pp_get_port_info(struct ibv_context *context, int port,
H A Dasyncwatch.c82 struct ibv_context *context;
H A Ddevinfo.c159 static int print_all_port_gids(struct ibv_context *ctx, uint8_t port_num, int tbl_len)
202 struct ibv_context *ctx;
H A Drc_pingpong.c60 struct ibv_context *context;
H A Duc_pingpong.c59 struct ibv_context *context;
H A Dud_pingpong.c59 struct ibv_context *context;
H A Dsrq_pingpong.c61 struct ibv_context *context;
/freebsd-9.3-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h303 struct ibv_context *context;
315 struct ibv_context *context;
330 struct ibv_context *context;
390 struct ibv_context *context;
573 struct ibv_context *context;
589 struct ibv_context *context;
609 struct ibv_context *context;
615 struct ibv_context *context;
629 struct ibv_context *context;
635 struct ibv_context;
745 struct ibv_context { struct
[all...]
H A Ddriver.h60 int ibv_cmd_get_context(struct ibv_context *context, struct ibv_get_context *cmd,
63 int ibv_cmd_query_device(struct ibv_context *context,
67 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num,
70 int ibv_cmd_query_gid(struct ibv_context *context, uint8_t port_num,
72 int ibv_cmd_query_pkey(struct ibv_context *context, uint8_t port_num,
74 int ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd,
85 int ibv_cmd_create_cq(struct ibv_context *context, int cqe,
142 int ibv_cmd_open_xrc_domain(struct ibv_context *context, int fd, int oflag,
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.h126 struct ibv_context ibv_ctx;
258 static inline struct mthca_context *to_mctx(struct ibv_context *ibctx)
288 static inline int mthca_is_memfree(struct ibv_context *ibctx)
303 int mthca_query_device(struct ibv_context *context,
305 int mthca_query_port(struct ibv_context *context, uint8_t port,
308 struct ibv_pd *mthca_alloc_pd(struct ibv_context *context);
315 struct ibv_cq *mthca_create_cq(struct ibv_context *context, int cqe,
H A Dmthca.c134 static struct ibv_context *mthca_alloc_context(struct ibv_device *ibdev, int cmd_fd)
214 static void mthca_free_context(struct ibv_context *ibctx)
H A Dverbs.c48 int mthca_query_device(struct ibv_context *context, struct ibv_device_attr *attr)
69 int mthca_query_port(struct ibv_context *context, uint8_t port,
77 struct ibv_pd *mthca_alloc_pd(struct ibv_context *context)
187 struct ibv_cq *mthca_create_cq(struct ibv_context *context, int cqe,
372 static int align_queue_size(struct ibv_context *context, int size, int spare)
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dverbs.c79 int __ibv_query_device(struct ibv_context *context,
86 int __ibv_query_port(struct ibv_context *context, uint8_t port_num,
93 int __ibv_query_gid(struct ibv_context *context, uint8_t port_num,
118 int __ibv_query_pkey(struct ibv_context *context, uint8_t port_num,
139 struct ibv_pd *__ibv_alloc_pd(struct ibv_context *context)
192 static struct ibv_comp_channel *ibv_create_comp_channel_v2(struct ibv_context *context)
210 struct ibv_comp_channel *ibv_create_comp_channel(struct ibv_context *context)
247 struct ibv_context *context;
273 struct ibv_cq *__ibv_create_cq(struct ibv_context *context, int cqe, void *cq_context,
504 static int ibv_find_gid_index(struct ibv_context *contex
[all...]
H A Ddevice.c125 struct ibv_context *__ibv_open_device(struct ibv_device *device)
129 struct ibv_context *context;
161 int __ibv_close_device(struct ibv_context *context)
184 int __ibv_get_async_event(struct ibv_context *context,
H A Dcompat-1_0.c168 int (*query_device)(struct ibv_context *context,
170 int (*query_port)(struct ibv_context *context, uint8_t port_num,
172 struct ibv_pd * (*alloc_pd)(struct ibv_context *context);
177 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe,
226 struct ibv_context *real_context; /* was abi_compat member */
422 struct ibv_context *real_ctx;
H A Dcmd.c48 static int ibv_cmd_get_context_v2(struct ibv_context *context,
86 int ibv_cmd_get_context(struct ibv_context *context, struct ibv_get_context *cmd,
106 int ibv_cmd_query_device(struct ibv_context *context,
165 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num,
204 int ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd,
275 static int ibv_cmd_create_cq_v2(struct ibv_context *context, int cqe,
304 int ibv_cmd_create_cq(struct ibv_context *context, int cqe,
1341 int ibv_cmd_open_xrc_domain(struct ibv_context *context, int fd, int oflag,
/freebsd-9.3-release/contrib/ofed/librdmacm/include/rdma/
H A Drdma_cma.h110 struct ibv_context *verbs;
526 struct ibv_context **rdma_get_devices(int *num_devices);
536 void rdma_free_devices(struct ibv_context **list);
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.h174 struct ibv_context ibv_ctx;
314 static inline struct mlx4_context *to_mctx(struct ibv_context *ibctx)
357 int mlx4_query_device(struct ibv_context *context,
359 int mlx4_query_port(struct ibv_context *context, uint8_t port,
362 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context);
369 struct ibv_cq *mlx4_create_cq(struct ibv_context *context, int cqe,
435 struct ibv_xrc_domain *mlx4_open_xrc_domain(struct ibv_context *context,
H A Dmlx4.c140 static struct ibv_context *mlx4_alloc_context(struct ibv_device *ibdev, int cmd_fd)
236 static void mlx4_free_context(struct ibv_context *ibctx)
H A Dverbs.c48 int mlx4_query_device(struct ibv_context *context, struct ibv_device_attr *attr)
69 int mlx4_query_port(struct ibv_context *context, uint8_t port,
77 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context)
163 struct ibv_cq *mlx4_create_cq(struct ibv_context *context, int cqe,
812 struct ibv_xrc_domain *mlx4_open_xrc_domain(struct ibv_context *context,
/freebsd-9.3-release/contrib/ofed/libibcm/include/infiniband/
H A Dcm.h86 struct ibv_context *device_context;
288 struct ib_cm_device* ib_cm_open_device(struct ibv_context *device_context);
/freebsd-9.3-release/contrib/ofed/librdmacm/src/
H A Dcma.c122 struct ibv_context *verbs;
278 struct ibv_context **rdma_get_devices(int *num_devices)
280 struct ibv_context **devs = NULL;
299 void rdma_free_devices(struct ibv_context **list)
/freebsd-9.3-release/contrib/ofed/libibcm/src/
H A Dcm.c186 struct ib_cm_device* ib_cm_open_device(struct ibv_context *device_context)

Completed in 145 milliseconds