Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mlx5/
Dport.h156 int mlx5_set_port_pfc(struct mlx5_core_dev *dev, u8 pfc_en_tx, u8 pfc_en_rx);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dport.c511 int mlx5_set_port_pfc(struct mlx5_core_dev *dev, u8 pfc_en_tx, u8 pfc_en_rx) in mlx5_set_port_pfc() function
525 EXPORT_SYMBOL_GPL(mlx5_set_port_pfc);
Den_dcbnl.c366 ret = mlx5_set_port_pfc(mdev, pfc->pfc_en, pfc->pfc_en); in mlx5e_dcbnl_ieee_setpfc()