Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_tx.c378 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_diagnose()
390 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_diagnose()
508 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
518 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
Dselq.c85 selq->standby->num_tcs = mlx5e_get_dcb_num_tc(params); in mlx5e_selq_prepare_params()
Dptp.c359 u8 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_txqsqs()
403 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_tx_cqs()
720 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open()
Dqos.c49 return (chs->params.num_channels + is_ptp) * mlx5e_get_dcb_num_tc(&chs->params) + qid; in mlx5e_qid_from_qos()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2090 for (tc = 0; tc < mlx5e_get_dcb_num_tc(params); tc++) { in mlx5e_open_sqs()
2427 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_open_channel()
2739 ntc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_update_tx_netdev_queues()
2847 num_tc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_build_txq_maps()
3433 mlx5e_get_dcb_num_tc(&priv->channels.params)); in mlx5e_setup_tc_mqprio_dcb()
3542 nch_changed = mlx5e_get_dcb_num_tc(&priv->channels.params) > 1; in mlx5e_setup_tc_mqprio_channel()
Den.h333 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() function
Den_rep.c404 int sqs_per_channel = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_add_sqs_fwd_rules()