Searched refs:mlx5e_get_dcb_num_tc (Results 1 – 6 of 6) sorted by relevance
378 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()
327 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()
150 return (chs->params.num_channels + is_ptp) * mlx5e_get_dcb_num_tc(&chs->params) + qid; in mlx5e_qid_from_qos()
1930 for (tc = 0; tc < mlx5e_get_dcb_num_tc(params); tc++) { in mlx5e_open_sqs()2225 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_open_channel()2527 ntc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_update_tx_netdev_queues()2643 num_tc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_build_txq_maps()2674 mlx5e_get_dcb_num_tc(&priv->channels.params) * priv->channels.num); in mlx5e_update_num_tc_x_num_ch()3177 mlx5e_get_dcb_num_tc(&priv->channels.params)); in mlx5e_setup_tc_mqprio_dcb()3273 nch_changed = mlx5e_get_dcb_num_tc(&priv->channels.params) > 1; in mlx5e_setup_tc_mqprio_channel()
318 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() function
402 sqs = kcalloc(priv->channels.num * mlx5e_get_dcb_num_tc(&priv->channels.params), in mlx5e_add_sqs_fwd_rules()
Completed in 26 milliseconds