Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Dsetup.c71 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->xdp_sq.cqp, &c->xsksq.cq); in mlx5e_open_xsk()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c505 tx_moder = &priv->channels.params.tx_cq_moderation; in mlx5e_ethtool_get_coalesce()
592 tx_moder = &new_channels.params.tx_cq_moderation; in mlx5e_ethtool_set_coalesce()
1807 priv->channels.params.tx_cq_moderation.cq_period_mode; in set_pflag_cqe_based_moder()
H A Den_main.c1205 sq->dim.mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_alloc_txqsq()
1705 err = mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_tx_cqs()
1860 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->xdp_sq.cqp, &c->xdpsq.cq); in mlx5e_open_queues()
1868 err = c->xdp ? mlx5e_open_cq(c, params->tx_cq_moderation, in mlx5e_open_queues()
2286 param->cq_period_mode = params->tx_cq_moderation.cq_period_mode; in mlx5e_build_tx_cq_param()
4786 params->tx_cq_moderation = net_dim_get_def_tx_moderation(dim_period_mode); in mlx5e_reset_tx_moderation()
4788 params->tx_cq_moderation = mlx5e_get_def_tx_moderation(cq_period_mode); in mlx5e_reset_tx_moderation()
4807 params->tx_cq_moderation.cq_period_mode == in mlx5e_set_tx_cq_mode_params()
H A Den.h253 struct dim_cq_moder tx_cq_moderation; member