Home
last modified time | relevance | path

Searched defs:cq_attr (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c405 struct ibv_cq_init_attr_ex *cq_attr, in mlx4_cmd_create_cq()
428 struct ibv_cq_init_attr_ex *cq_attr, in mlx4_cmd_create_cq_ex()
452 struct ibv_cq_init_attr_ex *cq_attr, in create_cq()
552 struct ibv_cq_init_attr_ex cq_attr = {.cqe = cqe, .channel = channel, in mlx4_create_cq() local
561 struct ibv_cq_init_attr_ex *cq_attr) in mlx4_create_cq_ex()
H A Dcq.c648 void mlx4_cq_fill_pfns(struct mlx4_cq *cq, const struct ibv_cq_init_attr_ex *cq_attr) in mlx4_cq_fill_pfns()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c143 struct ib_cq_init_attr cq_attr = {}; in ipoib_transport_dev_init() local
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c92 struct ib_cq_init_attr cq_attr = { in __ib_alloc_cq_user() local
H A Dib_verbs.c1530 const struct ib_cq_init_attr *cq_attr, in __ib_create_cq()
/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c177 struct ibv_cq_init_attr_ex *cq_attr) in __lib_ibv_create_cq_ex()
H A Dcmd.c491 struct ibv_cq_init_attr_ex *cq_attr, in ibv_cmd_create_cq_ex()
H A Dverbs.h1846 struct ibv_cq_init_attr_ex *cq_attr) in ibv_create_cq_ex()
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c343 const struct ibv_cq_init_attr_ex *cq_attr, in create_cq() argument
496 struct ibv_cq_init_attr_ex cq_attr = {.cqe = cqe, .channel = channel, mlx5_create_cq() local
510 mlx5_create_cq_ex(struct ibv_context * context,struct ibv_cq_init_attr_ex * cq_attr) mlx5_create_cq_ex() argument
516 mlx5dv_create_cq(struct ibv_context * context,struct ibv_cq_init_attr_ex * cq_attr,struct mlx5dv_cq_init_attr * mlx5_cq_attr) mlx5dv_create_cq() argument
[all...]
H A Dcq.c1243 void mlx5_cq_fill_pfns(struct mlx5_cq *cq, const struct ibv_cq_init_attr_ex *cq_attr) in mlx5_cq_fill_pfns()
/freebsd/sys/dev/iser/
H A Diser_verbs.c228 struct ib_cq_init_attr cq_attr = { in iser_create_device_ib_res() local
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c1944 struct ib_cq_init_attr cq_attr = {}; in create_pv_resources() local
H A Dmlx4_ib_main.c1165 struct ib_cq_init_attr cq_attr = {}; in mlx4_ib_alloc_xrcd() local
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c2910 struct ib_cq_init_attr cq_attr = {.cqe = 1}; in create_dev_resources() local
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h3375 #define ib_create_cq(device, cmp_hndlr, evt_hndlr, cq_ctxt, cq_attr) \ argument