Searched refs:rx_moder (Results 1 – 1 of 1) sorted by relevance
600 struct dim_cq_moder *rx_moder, *tx_moder; in mlx5e_ethtool_get_coalesce() local607 rx_moder = &priv->channels.params.rx_cq_moderation; in mlx5e_ethtool_get_coalesce()608 coal->rx_coalesce_usecs = rx_moder->usec; in mlx5e_ethtool_get_coalesce()609 coal->rx_max_coalesced_frames = rx_moder->pkts; in mlx5e_ethtool_get_coalesce()742 struct dim_cq_moder *rx_moder, *tx_moder; in mlx5e_ethtool_set_coalesce() local802 rx_moder = &new_params.rx_cq_moderation; in mlx5e_ethtool_set_coalesce()812 mlx5e_reset_rx_moderation(rx_moder, new_params.rx_moder_use_cqe_mode, in mlx5e_ethtool_set_coalesce()815 mlx5e_set_priv_channels_rx_coalesce(priv, rx_moder); in mlx5e_ethtool_set_coalesce()817 rx_moder->usec = coal->rx_coalesce_usecs; in mlx5e_ethtool_set_coalesce()818 rx_moder->pkts = coal->rx_max_coalesced_frames; in mlx5e_ethtool_set_coalesce()[all …]