Home
last modified time | relevance | path

Searched refs:mlx5e_get_dcb_num_tc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_tx.c375 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_diagnose()
387 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_diagnose()
497 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
507 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
Dptp.c327 u8 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_txqsqs()
371 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_tx_cqs()
686 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open()
Dqos.c135 return (chs->params.num_channels + is_ptp) * mlx5e_get_dcb_num_tc(&chs->params) + qid; in mlx5e_qid_from_qos()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1714 for (tc = 0; tc < mlx5e_get_dcb_num_tc(params); tc++) { in mlx5e_open_sqs()
1995 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_open_channel()
2300 ntc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_update_tx_netdev_queues()
2409 num_tc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_build_txq_maps()
2440 mlx5e_get_dcb_num_tc(&priv->channels.params) * priv->channels.num); in mlx5e_update_num_tc_x_num_ch()
2940 mlx5e_get_dcb_num_tc(&priv->channels.params)); in mlx5e_setup_tc_mqprio_dcb()
3008 nch_changed = mlx5e_get_dcb_num_tc(&priv->channels.params) > 1; in mlx5e_setup_tc_mqprio_channel()
Den.h276 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() function
Den_rep.c401 sqs = kcalloc(priv->channels.num * mlx5e_get_dcb_num_tc(&priv->channels.params), in mlx5e_add_sqs_fwd_rules()