Home
last modified time | relevance | path

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

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