Home
last modified time | relevance | path

Searched refs:ibv_context (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/ofed/libibverbs/
H A Ddriver.h107 void (*free_context)(struct ibv_context *context);
111 struct ibv_context *ctx, int cmd_fd);
113 struct ibv_context *ctx);
143 int ibv_cmd_query_device(struct ibv_context *context,
147 int ibv_cmd_query_device_ex(struct ibv_context *context,
193 int ibv_cmd_create_cq_ex(struct ibv_context *context,
214 int ibv_cmd_create_srq_ex(struct ibv_context *context,
232 int ibv_cmd_create_qp_ex(struct ibv_context *context,
237 int ibv_cmd_create_qp_ex2(struct ibv_context *context,
246 int ibv_cmd_open_qp(struct ibv_context *context,
[all …]
H A Dverbs.h507 struct ibv_context *context;
524 struct ibv_context *context;
536 struct ibv_context *context;
551 struct ibv_context *context;
736 struct ibv_context *context;
999 struct ibv_context *context;
1021 struct ibv_context *context;
1039 struct ibv_context *context;
1372 struct ibv_context *context;
1377 struct ibv_context;
[all …]
H A Dverbs.c59 int __ibv_query_device(struct ibv_context *context,
61 int __ibv_query_port(struct ibv_context *context, uint8_t port_num,
67 struct ibv_pd *__ibv_alloc_pd(struct ibv_context *context);
74 struct ibv_cq *__ibv_create_cq(struct ibv_context *context, int cqe,
198 int __ibv_query_device(struct ibv_context *context, in __ibv_query_device()
205 int __ibv_query_port(struct ibv_context *context, uint8_t port_num, in __ibv_query_port()
212 int __ibv_query_gid(struct ibv_context *context, uint8_t port_num, in __ibv_query_gid()
237 int __ibv_query_pkey(struct ibv_context *context, uint8_t port_num, in __ibv_query_pkey()
258 struct ibv_pd *__ibv_alloc_pd(struct ibv_context *context) in __ibv_alloc_pd()
428 struct ibv_context *context; in ibv_destroy_comp_channel()
[all …]
H A Ddevice.c56 struct ibv_context *__ibv_open_device(struct ibv_device *device);
57 int __ibv_close_device(struct ibv_context *context);
58 int __ibv_get_async_event(struct ibv_context *context,
135 int verbs_init_cq(struct ibv_cq *cq, struct ibv_context *context, in verbs_init_cq()
176 __lib_ibv_create_cq_ex(struct ibv_context *context, in __lib_ibv_create_cq_ex()
205 struct ibv_context *__ibv_open_device(struct ibv_device *device) in __ibv_open_device()
210 struct ibv_context *context; in __ibv_open_device()
301 int __ibv_close_device(struct ibv_context *context) in __ibv_close_device()
325 int __ibv_get_async_event(struct ibv_context *context, in __ibv_get_async_event()
H A Dcompat-1_0.c166 int (*query_device)(struct ibv_context *context,
168 int (*query_port)(struct ibv_context *context, uint8_t port_num,
170 struct ibv_pd * (*alloc_pd)(struct ibv_context *context);
175 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe,
224 struct ibv_context *real_context; /* was abi_compat member */
524 struct ibv_context *real_ctx; in __ibv_open_device_1_0()
H A Dcmd.c113 int ibv_cmd_query_device(struct ibv_context *context, in ibv_cmd_query_device()
133 int ibv_cmd_query_device_ex(struct ibv_context *context, in ibv_cmd_query_device_ex()
244 int ibv_cmd_query_port(struct ibv_context *context, uint8_t port_num, in ibv_cmd_query_port()
283 int ibv_cmd_alloc_pd(struct ibv_context *context, struct ibv_pd *pd, in ibv_cmd_alloc_pd()
465 int ibv_cmd_create_cq(struct ibv_context *context, int cqe, in ibv_cmd_create_cq()
490 int ibv_cmd_create_cq_ex(struct ibv_context *context, in ibv_cmd_create_cq_ex()
675 int ibv_cmd_create_srq_ex(struct ibv_context *context, in ibv_cmd_create_srq_ex()
973 int ibv_cmd_create_qp_ex2(struct ibv_context *context, in ibv_cmd_create_qp_ex2()
1043 int ibv_cmd_create_qp_ex(struct ibv_context *context, in ibv_cmd_create_qp_ex()
1990 int ibv_cmd_create_wq(struct ibv_context *context, in ibv_cmd_create_wq()
[all …]
H A Dibverbs.h63 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context,
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h124 struct ibv_context ibv_ctx;
357 int mlx4_query_device(struct ibv_context *context,
359 int mlx4_query_device_ex(struct ibv_context *context,
363 int mlx4_query_port(struct ibv_context *context, uint8_t port,
365 int mlx4_query_rt_values(struct ibv_context *context,
367 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context);
369 struct ibv_xrcd *mlx4_open_xrcd(struct ibv_context *context,
387 struct ibv_cq_ex *mlx4_create_cq_ex(struct ibv_context *context,
404 struct ibv_srq *mlx4_create_srq_ex(struct ibv_context *context,
406 struct ibv_srq *mlx4_create_xrc_srq(struct ibv_context *context,
[all …]
H A Dverbs.c67 int mlx4_query_device_ex(struct ibv_context *context, in mlx4_query_device_ex()
128 int mlx4_query_rt_values(struct ibv_context *context, in mlx4_query_rt_values()
150 int mlx4_query_port(struct ibv_context *context, uint8_t port, in mlx4_query_port()
194 struct ibv_pd *mlx4_alloc_pd(struct ibv_context *context) in mlx4_alloc_pd()
227 struct ibv_xrcd *mlx4_open_xrcd(struct ibv_context *context, in mlx4_open_xrcd()
404 static int mlx4_cmd_create_cq(struct ibv_context *context, in mlx4_cmd_create_cq()
427 static int mlx4_cmd_create_cq_ex(struct ibv_context *context, in mlx4_cmd_create_cq_ex()
451 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq()
706 struct ibv_srq *mlx4_create_srq_ex(struct ibv_context *context, in mlx4_create_srq_ex()
755 static int mlx4_cmd_create_qp_ex(struct ibv_context *context, in mlx4_cmd_create_qp_ex()
[all …]
H A Dmlx4.c122 struct ibv_context *ibv_ctx) in mlx4_map_internal_clock()
144 struct ibv_context *ibv_ctx, int cmd_fd) in mlx4_init_context()
277 struct ibv_context *ibv_ctx) in mlx4_uninit_context()
348 sizeof(struct mlx4_context) - sizeof(struct ibv_context); in mlx4_driver_init()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h84 struct ibv_context ibv_ctx;
147 int irdma_uquery_device_ex(struct ibv_context *context,
150 int irdma_uquery_port(struct ibv_context *context, uint8_t port,
152 struct ibv_pd *irdma_ualloc_pd(struct ibv_context *context);
154 int irdma_uquery_device(struct ibv_context *, struct ibv_device_attr *);
166 struct ibv_cq *irdma_ucreate_cq(struct ibv_context *context, int cqe,
169 struct ibv_cq_ex *irdma_ucreate_cq_ex(struct ibv_context *context,
195 void irdma_async_event(struct ibv_context *context,
H A Dirdma_umain.c129 libirdma_query_device(struct ibv_context *ctx_in, struct libirdma_device *out) in libirdma_query_device()
145 struct ibv_context *ctx, int cmd_fd) in irdma_init_context()
202 struct ibv_context *ibctx) in irdma_cleanup_context()
266 sizeof(struct ibv_context); in irdma_driver_init()
H A Dirdma_uquery.h48 int libirdma_query_device(struct ibv_context *ctx_in, struct libirdma_device *out);
H A Dirdma_uverbs.c72 irdma_uquery_device_ex(struct ibv_context *context, in irdma_uquery_device_ex()
98 irdma_uquery_device(struct ibv_context *context, struct ibv_device_attr *attr) in irdma_uquery_device()
120 irdma_uquery_port(struct ibv_context *context, uint8_t port, in irdma_uquery_port()
133 irdma_ualloc_pd(struct ibv_context *context) in irdma_ualloc_pd()
402 ucreate_cq(struct ibv_context *context, in ucreate_cq()
550 irdma_ucreate_cq(struct ibv_context *context, int cqe, in irdma_ucreate_cq()
567 irdma_ucreate_cq_ex(struct ibv_context *context, in irdma_ucreate_cq_ex()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.h210 struct ibv_context ibv_ctx;
568 int mlx5_query_device(struct ibv_context *context,
570 int mlx5_query_device_ex(struct ibv_context *context,
574 int mlx5_query_rt_values(struct ibv_context *context,
576 struct ibv_qp *mlx5_create_qp_ex(struct ibv_context *context,
578 int mlx5_query_port(struct ibv_context *context, uint8_t port,
581 struct ibv_pd *mlx5_alloc_pd(struct ibv_context *context);
597 struct ibv_cq_ex *mlx5_create_cq_ex(struct ibv_context *context,
667 struct ibv_xrcd *mlx5_open_xrcd(struct ibv_context *context,
671 struct ibv_wq *mlx5_create_wq(struct ibv_context *context,
[all …]
H A Dverbs.c103 int mlx5_query_rt_values(struct ibv_context *context, in mlx5_query_rt_values()
125 int mlx5_query_port(struct ibv_context *context, uint8_t port, in mlx5_query_port()
133 struct ibv_pd *mlx5_alloc_pd(struct ibv_context *context) in mlx5_alloc_pd()
1049 static int mlx5_alloc_qp_buf(struct ibv_context *context, in mlx5_alloc_qp_buf()
1245 static struct ibv_qp *create_qp(struct ibv_context *context, in create_qp()
1785 mlx5_open_xrcd(struct ibv_context *context, in mlx5_open_xrcd()
1820 mlx5_create_xrc_srq(struct ibv_context *context, in mlx5_create_xrc_srq()
1963 int mlx5_query_device_ex(struct ibv_context *context, in mlx5_query_device_ex()
2010 static int rwq_sig_enabled(struct ibv_context *context) in rwq_sig_enabled()
2029 static int mlx5_alloc_rwq_buf(struct ibv_context *context, in mlx5_alloc_rwq_buf()
[all …]
H A Dmlx5.c598 struct ibv_context *ibv_ctx) in mlx5_map_internal_clock()
621 int mlx5dv_query_device(struct ibv_context *ctx_in, in mlx5dv_query_device()
758 struct ibv_context *ctx, int cmd_fd) in mlx5_init_context()
992 struct ibv_context *ibctx) in mlx5_cleanup_context()
1083 sizeof(struct ibv_context); in mlx5_driver_init()
H A Dmlx5dv.h96 struct ibv_cq_ex *mlx5dv_create_cq(struct ibv_context *context,
106 int mlx5dv_query_device(struct ibv_context *ctx_in,
/freebsd/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h83 struct ibv_context ibv_ctx;
131 static inline struct c4iw_context *to_c4iw_context(struct ibv_context *ibctx) in to_c4iw_context()
174 int c4iw_query_device(struct ibv_context *context,
176 int c4iw_query_port(struct ibv_context *context, uint8_t port,
179 struct ibv_pd *c4iw_alloc_pd(struct ibv_context *context);
186 struct ibv_cq *c4iw_create_cq(struct ibv_context *context, int cqe,
H A Dverbs.c48 int c4iw_query_device(struct ibv_context *context, struct ibv_device_attr *attr) in c4iw_query_device()
71 int c4iw_query_port(struct ibv_context *context, uint8_t port, in c4iw_query_port()
79 struct ibv_pd *c4iw_alloc_pd(struct ibv_context *context) in c4iw_alloc_pd()
168 struct ibv_cq *c4iw_create_cq(struct ibv_context *context, int cqe, in c4iw_create_cq()
/freebsd/contrib/ofed/librdmacm/
H A Drdma_cma.h123 struct ibv_context *verbs;
614 struct ibv_context **rdma_get_devices(int *num_devices);
624 void rdma_free_devices(struct ibv_context **list);
/freebsd/contrib/ofed/libibverbs/examples/
H A Dpingpong.h39 int pp_get_port_info(struct ibv_context *context, int port,
H A Dpingpong.c51 int pp_get_port_info(struct ibv_context *context, int port, in pp_get_port_info()
H A Dasyncwatch.c91 struct ibv_context *context; in main()
/freebsd/contrib/ofed/libibcm/
H A Dcm.h92 struct ibv_context *device_context;
294 struct ib_cm_device* ib_cm_open_device(struct ibv_context *device_context);

12