Home
last modified time | relevance | path

Searched refs:tx_cq_moderation (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c402 tx_moder = &priv->channels.params.tx_cq_moderation; in mlx5e_ethtool_get_coalesce()
478 tx_moder = &new_channels.params.tx_cq_moderation; in mlx5e_ethtool_set_coalesce()
1389 priv->channels.params.tx_cq_moderation.cq_period_mode; in set_pflag_cqe_based_moder()
Den_main.c1154 sq->dim.mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_alloc_txqsq()
1761 err = mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_tx_cqs()
1940 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xdpsq.cq); in mlx5e_open_channel()
1949 err = c->xdp ? mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_channel()
2246 param->cq_period_mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_build_tx_cq_param()
4446 params->tx_cq_moderation = net_dim_get_def_tx_moderation(dim_period_mode); in mlx5e_set_tx_cq_mode_params()
4448 params->tx_cq_moderation = mlx5e_get_def_tx_moderation(cq_period_mode); in mlx5e_set_tx_cq_mode_params()
4452 params->tx_cq_moderation.cq_period_mode == in mlx5e_set_tx_cq_mode_params()
Den.h244 struct net_dim_cq_moder tx_cq_moderation; member