Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_common.c95 …tic void mlx5e_destroy_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]) in mlx5e_destroy_tises() argument
100 for (tc = 0; tc < MLX5_MAX_NUM_TC; tc++) in mlx5e_destroy_tises()
109 static int mlx5e_create_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]) in mlx5e_create_tises() argument
115 for (tc = 0; tc < MLX5_MAX_NUM_TC; tc++) { in mlx5e_create_tises()
138 tc = MLX5_MAX_NUM_TC; in mlx5e_create_tises()
H A Den.h771 struct mlx5e_txqsq sq[MLX5_MAX_NUM_TC];
840 struct mlx5e_sq_stats sq[MLX5_MAX_NUM_TC];
850 struct mlx5e_sq_stats sq[MLX5_MAX_NUM_TC];
851 struct mlx5e_ptp_cq_stats cq[MLX5_MAX_NUM_TC];
H A Den_main.c3838 if (tc && tc != MLX5_MAX_NUM_TC) in mlx5e_setup_tc_mqprio_dcb()
6307 .max_tc = MLX5_MAX_NUM_TC,
/linux/include/linux/mlx5/
H A Ddriver.h683 #define MLX5_MAX_NUM_TC 8 macro
684 u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC];
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c854 .txqs = nch * MLX5_MAX_NUM_TC, in mlx5_rdma_rn_get_params()