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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c199 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, function
208 EXPORT_SYMBOL(mlx5_core_modify_cq); variable
226 return mlx5_core_modify_cq(dev, cq, in, sizeof(in));
/linux-master/include/linux/mlx5/
H A Dcq.h193 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
/linux-master/drivers/infiniband/hw/mlx5/
H A Dcq.c1363 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen);

Completed in 182 milliseconds