Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_dim.c134 c->tx_cq_moder.cq_period_mode, &sq->cq.mcq, sq); in mlx5e_dim_tx_change()
Den_ethtool.c626 coal->tx_coalesce_usecs = c->tx_cq_moder.usec; in mlx5e_ethtool_get_per_queue_coalesce()
627 coal->tx_max_coalesced_frames = c->tx_cq_moder.pkts; in mlx5e_ethtool_get_per_queue_coalesce()
658 c->tx_cq_moder = *moder; in mlx5e_set_priv_channels_tx_coalesce()
869 c->tx_cq_moder.usec = coal->tx_coalesce_usecs; in mlx5e_ethtool_set_per_queue_coalesce()
870 c->tx_cq_moder.pkts = coal->tx_max_coalesced_frames; in mlx5e_ethtool_set_per_queue_coalesce()
Den.h787 struct dim_cq_moder tx_cq_moder; member
Den_main.c1823 sq->channel->tx_cq_moder = params->tx_cq_moderation; in mlx5e_open_txqsq()
1830 mlx5e_reset_tx_moderation(&sq->channel->tx_cq_moder, in mlx5e_open_txqsq()
1949 reset |= mlx5e_reset_tx_moderation(&chs->c[i]->tx_cq_moder, in mlx5e_reset_tx_channels_moderation()