Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den.h75 #define MLX5E_MAX_NUM_TC 8 macro
781 struct mlx5e_txqsq sq[MLX5E_MAX_NUM_TC];
831 struct mlx5e_sq_stats sq[MLX5E_MAX_NUM_TC];
841 struct mlx5e_sq_stats sq[MLX5E_MAX_NUM_TC];
842 struct mlx5e_ptp_cq_stats cq[MLX5E_MAX_NUM_TC];
910 u32 tisn[MLX5_MAX_PORTS][MLX5E_MAX_NUM_TC];
Den_rep.c1245 .max_tc = MLX5E_MAX_NUM_TC,
Den_main.c3417 if (tc && tc != MLX5E_MAX_NUM_TC) in mlx5e_setup_tc_mqprio_dcb()
5460 .max_tc = MLX5E_MAX_NUM_TC,
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.h32 struct mlx5e_ptpsq ptpsq[MLX5E_MAX_NUM_TC];
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c835 .txqs = nch * MLX5E_MAX_NUM_TC, in mlx5_rdma_rn_get_params()