Searched refs:cq_moderation (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dev.c | 103 if (!MLX5_CAP_GEN(dev, cq_moderation)) in mlx5_eth_supported()
|
| H A D | en_ethtool.c | 576 if (!MLX5_CAP_GEN(priv->mdev, cq_moderation)) { in mlx5e_ethtool_get_coalesce() 613 if (!MLX5_CAP_GEN(priv->mdev, cq_moderation)) in mlx5e_ethtool_get_per_queue_coalesce() 724 if (!MLX5_CAP_GEN(mdev, cq_moderation) || in mlx5e_ethtool_set_coalesce() 844 if (!MLX5_CAP_GEN(mdev, cq_moderation)) in mlx5e_ethtool_set_per_queue_coalesce()
|
| H A D | en_rep.c | 873 params->rx_dim_enabled = MLX5_CAP_GEN(mdev, cq_moderation); in mlx5e_build_rep_params()
|
| H A D | en_main.c | 2223 if (MLX5_CAP_GEN(mdev, cq_moderation) && in mlx5e_open_cq() 5233 params->rx_dim_enabled = MLX5_CAP_GEN(mdev, cq_moderation) && in mlx5e_build_nic_params() 5235 params->tx_dim_enabled = MLX5_CAP_GEN(mdev, cq_moderation) && in mlx5e_build_nic_params()
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | cq.c | 1147 if (!MLX5_CAP_GEN(dev->mdev, cq_moderation)) in mlx5_ib_modify_cq()
|
| H A D | main.c | 1119 if (MLX5_CAP_GEN(dev->mdev, cq_moderation)) { in mlx5_ib_query_device()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | mlx5_ifc.h | 1803 u8 cq_moderation[0x1]; member
|