Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dvport.h90 int mlx5_query_min_inline(struct mlx5_core_dev *mdev, u8 *min_inline);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c226 int mlx5_query_min_inline(struct mlx5_core_dev *mdev, in mlx5_query_min_inline() function
249 EXPORT_SYMBOL_GPL(mlx5_query_min_inline);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3955 err = mlx5_query_min_inline(mdev, &priv->params.tx_min_inline_mode); in mlx5e_build_ifp_priv()