Searched refs:mlx5_core_modify_cq (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 210 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, in mlx5_core_modify_cq() function 219 EXPORT_SYMBOL(mlx5_core_modify_cq); 237 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5_core_modify_cq_moderation()
|
H A D | en_main.c | 2347 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5e_modify_cq_period_mode() 2365 return mlx5_core_modify_cq(dev, cq, in, sizeof(in)); in mlx5e_modify_cq_moderation()
|
/linux/include/linux/mlx5/ |
H A D | cq.h | 194 int mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq,
|
/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 1383 err = mlx5_core_modify_cq(dev->mdev, &cq->mcq, in, inlen); in mlx5_ib_resize_cq()
|