mlx5_ib_create_cq
int mlx5_ib_create_cq(struct ib_cq *ibcq, const struct ib_cq_init_attr *attr,
struct mlx5_ib_create_cq ucmd = {};
if (ucmdlen < offsetof(struct mlx5_ib_create_cq, flags))
ret = mlx5_ib_create_cq(devr->c0, &cq_attr, NULL);
dev->ib_dev.create_cq = mlx5_ib_create_cq;