/freebsd/contrib/ofed/libmlx4/ |
H A D | verbs.c | 405 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 D | cq.c | 648 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 D | ipoib_verbs.c | 143 struct ib_cq_init_attr cq_attr = {}; in ipoib_transport_dev_init() local
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cq.c | 92 struct ib_cq_init_attr cq_attr = { in __ib_alloc_cq_user() local
|
H A D | ib_verbs.c | 1530 const struct ib_cq_init_attr *cq_attr, in __ib_create_cq()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | device.c | 177 struct ibv_cq_init_attr_ex *cq_attr) in __lib_ibv_create_cq_ex()
|
H A D | cmd.c | 491 struct ibv_cq_init_attr_ex *cq_attr, in ibv_cmd_create_cq_ex()
|
H A D | verbs.h | 1846 struct ibv_cq_init_attr_ex *cq_attr) in ibv_create_cq_ex()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 343 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 D | cq.c | 1243 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 D | iser_verbs.c | 228 struct ib_cq_init_attr cq_attr = { in iser_create_device_ib_res() local
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 1944 struct ib_cq_init_attr cq_attr = {}; in create_pv_resources() local
|
H A D | mlx4_ib_main.c | 1165 struct ib_cq_init_attr cq_attr = {}; in mlx4_ib_alloc_xrcd() local
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 2910 struct ib_cq_init_attr cq_attr = {.cqe = 1}; in create_dev_resources() local
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 3375 #define ib_create_cq(device, cmp_hndlr, evt_hndlr, cq_ctxt, cq_attr) \ argument
|