Home
last modified time | relevance | path

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

/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()
/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()
1734 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()
1843 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xdpsq.cq); in mlx5e_open_queues()
1852 err = c->xdp ? mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_queues()
2255 param->cq_period_mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_build_tx_cq_param()
4678 params->tx_cq_moderation = net_dim_get_def_tx_moderation(dim_period_mode); in mlx5e_set_tx_cq_mode_params()
4680 params->tx_cq_moderation = mlx5e_get_def_tx_moderation(cq_period_mode); in mlx5e_set_tx_cq_mode_params()
4684 params->tx_cq_moderation.cq_period_mode == in mlx5e_set_tx_cq_mode_params()
Den.h259 struct dim_cq_moder tx_cq_moderation; member