Home
last modified time | relevance | path

Searched refs:mlx5e_striding_rq_possible (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.c301 bool mlx5e_striding_rq_possible(struct mlx5_core_dev *mdev, in mlx5e_striding_rq_possible() function
340 params->rq_wq_type = mlx5e_striding_rq_possible(mdev, params) && in mlx5e_set_rq_type()
357 mlx5e_striding_rq_possible(mdev, params) && in mlx5e_build_rq_params()
Dparams.h99 bool mlx5e_striding_rq_possible(struct mlx5_core_dev *mdev, struct mlx5e_params *params);
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c1955 if (!mlx5e_striding_rq_possible(mdev, &priv->channels.params)) in set_pflag_rx_striding_rq()