Searched refs:mlx5_core_modify_cq (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 203 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, mlx5_core_modify_cq() function 220 EXPORT_SYMBOL(mlx5_core_modify_cq); variable 237 return mlx5_core_modify_cq(dev, cq, &in, sizeof(in)); mlx5_core_modify_cq_moderation()
|
/linux-4.4.14/include/linux/mlx5/ |
H A D | cq.h | 170 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 949 err = mlx5_core_modify_cq(dev->mdev, &mcq->mcq, in, sizeof(*in)); mlx5_ib_modify_cq() 1146 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); mlx5_ib_resize_cq()
|
Completed in 92 milliseconds