Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cq.c205 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function
213 EXPORT_SYMBOL(mlx5_core_modify_cq);
258 return (mlx5_core_modify_cq(dev, cq, in, sizeof(in))); in mlx5_core_modify_cq_by_mask()
/freebsd/sys/dev/mlx5/
H A Dcq.h167 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c1321 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()