Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/
H A Dport.h222 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_port.c922 int mlx5_query_port_prio_tc(struct mlx5_core_dev *mdev, in mlx5_query_port_prio_tc() function
942 EXPORT_SYMBOL_GPL(mlx5_query_port_prio_tc);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c323 err = -mlx5_query_port_prio_tc(mdev, i, priv->params_ethtool.prio_tc + i); in mlx5e_get_prio_tc()