Searched refs:old_params (Results 1 – 1 of 1) sorted by relevance
3517 struct mlx5e_params *old_params; in set_feature_lro() local3523 old_params = &priv->channels.params; in set_feature_lro()3524 if (enable && !MLX5E_GET_PFLAG(old_params, MLX5E_PFLAG_RX_STRIDING_RQ)) { in set_feature_lro()3532 new_channels.params = *old_params; in set_feature_lro()3535 if (old_params->rq_wq_type != MLX5_WQ_TYPE_CYCLIC) { in set_feature_lro()3536 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, old_params) == in set_feature_lro()3542 *old_params = new_channels.params; in set_feature_lro()