Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_tm.h60 uint32_t nb_nodes_max; /* max numbers of nodes */ member
102 node_id < conf->nb_nodes_max - 1) in hns3_tm_calc_node_tc_no()
H A Dhns3_tm.c38 pf->tm_conf.nb_nodes_max = 1 + HNS3_MAX_TC_NUM + max_tx_queues; in hns3_tm_conf_init()
96 pf->tm_conf.nb_nodes_max = 0; in hns3_tm_conf_uninit()
473 if (node_id != pf->tm_conf.nb_nodes_max - 1) { in hns3_tm_port_node_add()
520 if (node_id >= pf->tm_conf.nb_nodes_max - 1 || in hns3_tm_tc_node_add()
H A Dhns3_ethdev_dump.c779 conf->nb_leaf_nodes_max, conf->nb_nodes_max, in get_tm_conf_info()