Home
last modified time | relevance | path

Searched refs:nb_leaf_nodes_max (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_tm.h59 uint32_t nb_leaf_nodes_max; /* max numbers of leaf nodes */ member
101 if (node_id >= conf->nb_leaf_nodes_max && in hns3_tm_calc_node_tc_no()
103 return node_id - conf->nb_leaf_nodes_max; in hns3_tm_calc_node_tc_no()
H A Dhns3_tm.c37 pf->tm_conf.nb_leaf_nodes_max = max_tx_queues; in hns3_tm_conf_init()
95 pf->tm_conf.nb_leaf_nodes_max = 0; in hns3_tm_conf_uninit()
452 if (node_id >= pf->tm_conf.nb_leaf_nodes_max) in hns3_tm_node_param_check()
521 node_id < pf->tm_conf.nb_leaf_nodes_max || in hns3_tm_tc_node_add()
H A Dhns3_ethdev_dump.c736 uint32_t nb_queue_node = conf->nb_leaf_nodes_max + 1; in get_tm_conf_queue_node_info()
779 conf->nb_leaf_nodes_max, conf->nb_nodes_max, in get_tm_conf_info()