Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mlx4/
Dcq.h174 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq,
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dcq.c163 int mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, in mlx4_cq_modify() function
183 EXPORT_SYMBOL_GPL(mlx4_cq_modify);
Den_cq.c209 return mlx4_cq_modify(priv->mdev->dev, &cq->mcq, in mlx4_en_set_cq_moder()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcq.c97 return mlx4_cq_modify(dev->dev, &mcq->mcq, cq_count, cq_period); in mlx4_ib_modify_cq()