Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhv_vhca_stats.c27 for (tc = 0; tc < priv->max_opened_tc; tc++) { in mlx5e_hv_vhca_fill_ring_stats()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_stats.c454 for (i = 0; i < priv->max_opened_tc; i++) { in mlx5e_stats_grp_sw_update_stats_ptp()
542 for (j = 0; j < priv->max_opened_tc; j++) { in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
2286 num += (NUM_PTP_SQ_STATS + NUM_PTP_CQ_STATS) * priv->max_opened_tc; in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
2305 for (tc = 0; tc < priv->max_opened_tc; tc++) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
2310 for (tc = 0; tc < priv->max_opened_tc; tc++) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
2336 for (tc = 0; tc < priv->max_opened_tc; tc++) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
2342 for (tc = 0; tc < priv->max_opened_tc; tc++) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
2365 (NUM_SQ_STATS * max_nch * priv->max_opened_tc) + in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS()
2395 for (tc = 0; tc < priv->max_opened_tc; tc++) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS()
2441 for (tc = 0; tc < priv->max_opened_tc; tc++) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
H A Den.h905 u8 max_opened_tc; member
H A Den_main.c3493 priv->max_opened_tc = max_t(u8, priv->max_opened_tc, in mlx5e_setup_tc_mqprio_dcb()
3698 for (j = 0; j < priv->max_opened_tc; j++) { in mlx5e_fold_sw_stats64()
3707 for (i = 0; i < priv->max_opened_tc; i++) { in mlx5e_fold_sw_stats64()
5634 priv->max_opened_tc = 1; in mlx5e_priv_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c130 for (j = 0; j < priv->max_opened_tc; j++) { in mlx5i_grp_sw_update_stats()