Home
last modified time | relevance | path

Searched refs:mlx5_query_port_pfc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/mlx5/
Dport.h157 int mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dport_buffer.c280 err = mlx5_query_port_pfc(priv->mdev, &curr_pfc_en, NULL); in mlx5e_port_manual_buffer_config()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_dcbnl.c349 return mlx5_query_port_pfc(mdev, &pfc->pfc_en, NULL); in mlx5e_dcbnl_ieee_getpfc()
364 mlx5_query_port_pfc(mdev, &curr_pfc_en, NULL); in mlx5e_dcbnl_ieee_setpfc()
Dport.c527 int mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx, u8 *pfc_en_rx) in mlx5_query_port_pfc() function
544 EXPORT_SYMBOL_GPL(mlx5_query_port_pfc);
Den_stats.c1204 err = mlx5_query_port_pfc(mdev, &pfc_en_tx, &pfc_en_rx); in mlx5e_query_pfc_combined()