Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mlx5/
A Dport.h174 int mlx5_set_port_pfc(struct mlx5_core_dev *dev, u8 pfc_en_tx, u8 pfc_en_rx);
176 u8 *pfc_en_rx);
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dport.c584 int mlx5_set_port_pfc(struct mlx5_core_dev *dev, u8 pfc_en_tx, u8 pfc_en_rx) in mlx5_set_port_pfc() argument
591 MLX5_SET(pfcc_reg, in, pfcrx, pfc_en_rx); in mlx5_set_port_pfc()
600 int mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx, u8 *pfc_en_rx) in mlx5_query_port_pfc() argument
612 if (pfc_en_rx) in mlx5_query_port_pfc()
613 *pfc_en_rx = MLX5_GET(pfcc_reg, out, pfcrx); in mlx5_query_port_pfc()
A Den_stats.c1747 u8 pfc_en_rx; in mlx5e_query_pfc_combined() local
1753 err = mlx5_query_port_pfc(mdev, &pfc_en_tx, &pfc_en_rx); in mlx5e_query_pfc_combined()
1755 return err ? 0 : pfc_en_tx | pfc_en_rx; in mlx5e_query_pfc_combined()

Completed in 14 milliseconds