Searched refs:mlx5_query_port_pfc (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 359 return mlx5_query_port_pfc(mdev, &pfc->pfc_en, NULL); in mlx5e_dcbnl_ieee_getpfc() 374 mlx5_query_port_pfc(mdev, &curr_pfc_en, NULL); in mlx5e_dcbnl_ieee_setpfc()
|
D | port.c | 600 int mlx5_query_port_pfc(struct mlx5_core_dev *dev, u8 *pfc_en_tx, u8 *pfc_en_rx) in mlx5_query_port_pfc() function 617 EXPORT_SYMBOL_GPL(mlx5_query_port_pfc);
|
D | en_stats.c | 1774 err = mlx5_query_port_pfc(mdev, &pfc_en_tx, &pfc_en_rx); in mlx5e_query_pfc_combined()
|
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | port_buffer.c | 475 err = mlx5_query_port_pfc(mdev, pfc_en, NULL); in fill_pfc_en()
|