Searched refs:rx_moder (Results 1 – 1 of 1) sorted by relevance
549 struct dim_cq_moder *rx_moder, *tx_moder; in mlx5e_ethtool_get_coalesce() local556 rx_moder = &priv->channels.params.rx_cq_moderation; in mlx5e_ethtool_get_coalesce()557 coal->rx_coalesce_usecs = rx_moder->usec; in mlx5e_ethtool_get_coalesce()558 coal->rx_max_coalesced_frames = rx_moder->pkts; in mlx5e_ethtool_get_coalesce()691 struct dim_cq_moder *rx_moder, *tx_moder; in mlx5e_ethtool_set_coalesce() local751 rx_moder = &new_params.rx_cq_moderation; in mlx5e_ethtool_set_coalesce()761 mlx5e_reset_rx_moderation(rx_moder, new_params.rx_moder_use_cqe_mode, in mlx5e_ethtool_set_coalesce()764 mlx5e_set_priv_channels_rx_coalesce(priv, rx_moder); in mlx5e_ethtool_set_coalesce()766 rx_moder->usec = coal->rx_coalesce_usecs; in mlx5e_ethtool_set_coalesce()767 rx_moder->pkts = coal->rx_max_coalesced_frames; in mlx5e_ethtool_set_coalesce()[all …]