Searched refs:mlx5_core_modify_cq (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_cq.c | 205 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 D | cq.h | 167 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_cq.c | 1321 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()
|