Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c117 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify() function
137 EXPORT_SYMBOL_GPL(mlx4_cq_modify);
/freebsd/sys/dev/mlx4/
H A Dcq.h173 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c216 return mlx4_cq_modify(priv->mdev->dev, &cq->mcq, in mlx4_en_set_cq_moder()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c99 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period); in mlx4_ib_modify_cq()