Searched defs:cq_attr (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c92 struct ib_cq_init_attr cq_attr = { local
H A Dib_verbs.c1357 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, void (*event_handler)(struct ib_event *, void *), void *cq_context, const struct ib_cq_init_attr *cq_attr) argument
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c145 struct ib_cq_init_attr cq_attr = {}; local
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Ddevice.c156 __lib_ibv_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr) argument
H A Dcmd.c490 ibv_cmd_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr, struct ibv_cq_ex *cq, struct ibv_create_cq_ex *cmd, size_t cmd_core_size, size_t cmd_size, struct ibv_create_cq_resp_ex *resp, size_t resp_core_size, size_t resp_size) argument
H A Dverbs.h1845 ibv_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr) argument
/freebsd-13-stable/sys/dev/iser/
H A Diser_verbs.c231 struct ib_cq_init_attr cq_attr = { local
/freebsd-13-stable/contrib/ofed/libmlx4/
H A Dcq.c648 void mlx4_cq_fill_pfns(struct mlx4_cq *cq, const struct ibv_cq_init_attr_ex *cq_attr) argument
H A Dverbs.c404 mlx4_cmd_create_cq(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr, struct mlx4_cq *cq) argument
427 mlx4_cmd_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr, struct mlx4_cq *cq) argument
451 create_cq(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr, int cq_alloc_flags) argument
549 struct ibv_cq_init_attr_ex cq_attr = {.cqe = cqe, .channel = channel, local
557 mlx4_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr) argument
[all...]
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1948 struct ib_cq_init_attr cq_attr = {}; local
H A Dmlx4_ib_main.c1261 struct ib_cq_init_attr cq_attr = {}; local
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dcq.c1243 void mlx5_cq_fill_pfns(struct mlx5_cq *cq, const struct ibv_cq_init_attr_ex *cq_attr) argument
[all...]
H A Dverbs.c342 create_cq(struct ibv_context *context, const struct ibv_cq_init_attr_ex *cq_attr, int cq_alloc_flags, struct mlx5dv_cq_init_attr *mlx5cq_attr) argument
496 struct ibv_cq_init_attr_ex cq_attr = {.cqe = cqe, .channel = channel, local
509 mlx5_create_cq_ex(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr) argument
515 mlx5dv_create_cq(struct ibv_context *context, struct ibv_cq_init_attr_ex *cq_attr, struct mlx5dv_cq_init_attr *mlx5_cq_attr) argument
[all...]
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2855 struct ib_cq_init_attr cq_attr = {.cqe = 1}; local

Completed in 329 milliseconds