Home
last modified time | relevance | path

Searched refs:cur_params (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c435 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local
449 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()
479 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()
486 new_params = *cur_params; in mlx5e_ethtool_set_channels()
Den_main.c3731 struct mlx5e_params *cur_params; in set_feature_lro() local
3738 cur_params = &priv->channels.params; in set_feature_lro()
3739 new_params = *cur_params; in set_feature_lro()
3748 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()
3750 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()
3751 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()