Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c459 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_diagnose()
471 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_diagnose()
598 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
608 for (tc = 0; tc < mlx5e_get_dcb_num_tc(&priv->channels.params); tc++) { in mlx5e_tx_reporter_dump_all_sqs()
H A Dselq.c87 selq->standby->num_tcs = mlx5e_get_dcb_num_tc(params); in mlx5e_selq_prepare_params()
H A Dptp.c512 u8 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_txqsqs()
556 num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open_tx_cqs()
878 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_ptp_open()
H A Dqos.c49 return (chs->params.num_channels + is_ptp) * mlx5e_get_dcb_num_tc(&chs->params) + qid; in mlx5e_qid_from_qos()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c2140 for (tc = 0; tc < mlx5e_get_dcb_num_tc(params); tc++) { in mlx5e_open_sqs()
2477 c->num_tc = mlx5e_get_dcb_num_tc(params); in mlx5e_open_channel()
2794 ntc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_update_tx_netdev_queues()
2902 num_tc = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_build_txq_maps()
3494 mlx5e_get_dcb_num_tc(&priv->channels.params)); in mlx5e_setup_tc_mqprio_dcb()
3603 nch_changed = mlx5e_get_dcb_num_tc(&priv->channels.params) > 1; in mlx5e_setup_tc_mqprio_channel()
H A Den.h324 static inline u8 mlx5e_get_dcb_num_tc(struct mlx5e_params *params) in mlx5e_get_dcb_num_tc() function
H A Den_rep.c510 int sqs_per_channel = mlx5e_get_dcb_num_tc(&priv->channels.params); in mlx5e_add_sqs_fwd_rules()