Home
last modified time | relevance | path

Searched refs:MLX5_MAX_NUM_TC (Results 1 – 7 of 7) 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.h762 struct mlx5e_txqsq sq[MLX5_MAX_NUM_TC];
831 struct mlx5e_sq_stats sq[MLX5_MAX_NUM_TC];
841 struct mlx5e_sq_stats sq[MLX5_MAX_NUM_TC];
842 struct mlx5e_ptp_cq_stats cq[MLX5_MAX_NUM_TC];
H A Den_rep.c1500 .max_tc = MLX5_MAX_NUM_TC,
H A Den_main.c3776 if (tc && tc != MLX5_MAX_NUM_TC) in mlx5e_setup_tc_mqprio_dcb()
6143 .max_tc = MLX5_MAX_NUM_TC,
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dptp.h52 struct mlx5e_ptpsq ptpsq[MLX5_MAX_NUM_TC];
/linux/include/linux/mlx5/
H A Ddriver.h669 #define MLX5_MAX_NUM_TC 8 macro
670 u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC];
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c853 .txqs = nch * MLX5_MAX_NUM_TC, in mlx5_rdma_rn_get_params()