Home
last modified time | relevance | path

Searched refs:mlx5_query_port_pause (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/mlx5/
Dport.h147 int mlx5_query_port_pause(struct mlx5_core_dev *dev,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c511 int mlx5_query_port_pause(struct mlx5_core_dev *dev, in mlx5_query_port_pause() function
529 EXPORT_SYMBOL_GPL(mlx5_query_port_pause);
Den_ethtool.c748 mlx5_query_port_pause(mdev, &rx_pause, &tx_pause); in mlx5e_get_link_ksettings()
1071 err = mlx5_query_port_pause(mdev, &pauseparam->rx_pause, in mlx5e_get_pauseparam()
Den_stats.c931 err = mlx5_query_port_pause(mdev, &rx_pause, &tx_pause); in mlx5e_query_global_pause_combined()