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.c94 …tic void mlx5e_destroy_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]) in mlx5e_destroy_tises() argument
99 for (tc = 0; tc < MLX5_MAX_NUM_TC; tc++) in mlx5e_destroy_tises()
108 static int mlx5e_create_tises(struct mlx5_core_dev *mdev, u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC]) in mlx5e_create_tises() argument
114 for (tc = 0; tc < MLX5_MAX_NUM_TC; tc++) { in mlx5e_create_tises()
137 tc = MLX5_MAX_NUM_TC; in mlx5e_create_tises()
H A Den.h744 struct mlx5e_txqsq sq[MLX5_MAX_NUM_TC];
800 struct mlx5e_sq_stats sq[MLX5_MAX_NUM_TC];
810 struct mlx5e_sq_stats sq[MLX5_MAX_NUM_TC];
811 struct mlx5e_ptp_cq_stats cq[MLX5_MAX_NUM_TC];
H A Den_rep.c1487 .max_tc = MLX5_MAX_NUM_TC,
H A Den_main.c3671 if (tc && tc != MLX5_MAX_NUM_TC) in mlx5e_setup_tc_mqprio_dcb()
5919 .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.h658 #define MLX5_MAX_NUM_TC 8 macro
659 u32 tisn[MLX5_MAX_PORTS][MLX5_MAX_NUM_TC];
/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c843 .txqs = nch * MLX5_MAX_NUM_TC, in mlx5_rdma_rn_get_params()