Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.c89 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xsksq.cq); in mlx5e_open_xsk()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c500 tx_moder = &priv->channels.params.tx_cq_moderation; in mlx5e_ethtool_get_coalesce()
576 tx_moder = &new_channels.params.tx_cq_moderation; in mlx5e_ethtool_set_coalesce()
1741 priv->channels.params.tx_cq_moderation.cq_period_mode; in set_pflag_cqe_based_moder()
Den_main.c1159 sq->dim.mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_alloc_txqsq()
1669 err = mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_tx_cqs()
1844 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xdpsq.cq); in mlx5e_open_queues()
1853 err = c->xdp ? mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_queues()
2256 param->cq_period_mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_build_tx_cq_param()
4701 params->tx_cq_moderation = net_dim_get_def_tx_moderation(dim_period_mode); in mlx5e_set_tx_cq_mode_params()
4703 params->tx_cq_moderation = mlx5e_get_def_tx_moderation(cq_period_mode); in mlx5e_set_tx_cq_mode_params()
4707 params->tx_cq_moderation.cq_period_mode == in mlx5e_set_tx_cq_mode_params()
Den.h259 struct dim_cq_moder tx_cq_moderation; member