Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dport.h230 int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev, u8 *bw_pct);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c1013 int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev, u8 *bw_pct) in mlx5_query_port_tc_bw_alloc() function
1030 EXPORT_SYMBOL_GPL(mlx5_query_port_tc_bw_alloc);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c152 err = -mlx5_query_port_tc_bw_alloc(mdev, priv->params_ethtool.max_bw_share); in mlx5e_get_max_alloc()