Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.c476 err = mlx5_query_port_pfc(mdev, pfc_en, NULL); in fill_pfc_en()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_dcbnl.c360 return mlx5_query_port_pfc(mdev, &pfc->pfc_en, NULL); in mlx5e_dcbnl_ieee_getpfc()
376 mlx5_query_port_pfc(mdev, &curr_pfc_en, NULL); in mlx5e_dcbnl_ieee_setpfc()
H A Dmlx5_core.h327 int mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx,
H A Dport.c595 int mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx, u8 *pfc_en_rx) in mlx5_query_port_pfc() function
H A Den_stats.c2001 err = mlx5_query_port_pfc(mdev, &pfc_en_tx, &pfc_en_rx); in mlx5e_query_pfc_combined()