Searched refs:mlx5_query_port_tc_bw_alloc (Results 1 – 3 of 3) sorted by relevance
230 int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev, u8 *bw_pct);
1013 int mlx5_query_port_tc_bw_alloc(struct mlx5_core_dev *mdev, u8 *bw_pct) in mlx5_query_port_tc_bw_alloc() function1030 EXPORT_SYMBOL_GPL(mlx5_query_port_tc_bw_alloc);
152 err = -mlx5_query_port_tc_bw_alloc(mdev, priv->params_ethtool.max_bw_share); in mlx5e_get_max_alloc()