Searched refs:mlx5_core_modify_cq (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c209 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, function
217 EXPORT_SYMBOL(mlx5_core_modify_cq); variable
235 return mlx5_core_modify_cq(dev, cq, in, sizeof(in));
256 return mlx5_core_modify_cq(dev, cq, in, sizeof(in));
/freebsd-11-stable/sys/dev/mlx5/
H A Dcq.h164 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1323 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen);

Completed in 75 milliseconds