Home
last modified time | relevance | path

Searched refs:cq_moderation (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c105 if (!MLX5_CAP_GEN(dev, cq_moderation)) in mlx5_eth_supported()
H A Den_ethtool.c537 if (!MLX5_CAP_GEN(priv->mdev, cq_moderation)) in mlx5e_ethtool_get_coalesce()
627 if (!MLX5_CAP_GEN(mdev, cq_moderation)) in mlx5e_ethtool_set_coalesce()
H A Den_rep.c813 params->rx_dim_enabled = MLX5_CAP_GEN(mdev, cq_moderation); in mlx5e_build_rep_params()
H A Den_main.c2050 if (MLX5_CAP_GEN(mdev, cq_moderation)) in mlx5e_open_cq()
5033 params->rx_dim_enabled = MLX5_CAP_GEN(mdev, cq_moderation); in mlx5e_build_nic_params()
5034 params->tx_dim_enabled = MLX5_CAP_GEN(mdev, cq_moderation); in mlx5e_build_nic_params()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c1138 if (!MLX5_CAP_GEN(dev->mdev, cq_moderation)) in mlx5_ib_modify_cq()
H A Dmain.c1063 if (MLX5_CAP_GEN(dev->mdev, cq_moderation)) { in mlx5_ib_query_device()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h1658 u8 cq_moderation[0x1]; member