Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c674 uint32_t tidx; in get_tm_conf_tc_node_info() local
682 tidx = hns3_tm_calc_node_tc_no(conf, tm_node->id); in get_tm_conf_tc_node_info()
683 if (tidx < HNS3_MAX_TC_NUM) in get_tm_conf_tc_node_info()
684 tc_node[tidx] = tm_node; in get_tm_conf_tc_node_info()
687 for (tidx = 0; tidx < HNS3_MAX_TC_NUM; tidx++) { in get_tm_conf_tc_node_info()
688 tm_node = tc_node[tidx]; in get_tm_conf_tc_node_info()