Home
last modified time | relevance | path

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

/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()
505 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
515 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
Dptp.c329 u8 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_txqsqs()
373 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_tx_cqs()
690 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()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1722 for (tc = 0; tc < mlx5e_get_dcb_num_tc(params); tc++) { in mlx5e_open_sqs()
2010 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_open_channel()
2312 ntc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_update_tx_netdev_queues()
2421 num_tc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_build_txq_maps()
2452 mlx5e_get_dcb_num_tc(&priv->channels.params) * priv->channels.num); in mlx5e_update_num_tc_x_num_ch()
2938 mlx5e_get_dcb_num_tc(&priv->channels.params)); in mlx5e_setup_tc_mqprio_dcb()
3006 nch_changed = mlx5e_get_dcb_num_tc(&priv->channels.params) > 1; in mlx5e_setup_tc_mqprio_channel()
Den.h286 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() function
Den_rep.c406 sqs = kcalloc(priv->channels.num * mlx5e_get_dcb_num_tc(&priv->channels.params), in mlx5e_add_sqs_fwd_rules()