Home
last modified time | relevance | path

Searched refs:mlx5_ib_create_cq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h160 struct mlx5_ib_create_cq { struct
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c749 struct mlx5_ib_create_cq ucmd = {}; in create_cq_user()
761 if (ucmdlen < offsetof(struct mlx5_ib_create_cq, flags)) in create_cq_user()
916 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr, in mlx5_ib_create_cq() function
H A Dmlx5_ib.h932 int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr,
H A Dmlx5_ib_main.c2940 ret = mlx5_ib_create_cq(devr->c0, &cq_attr, NULL); in create_dev_resources()
3458 dev->ib_dev.create_cq = mlx5_ib_create_cq; in mlx5_ib_add()