Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c706 #define PERLINE_QUEUES 32 in get_tm_conf_queue_format_info() macro
711 line_num = (nb_tx_queues + PERLINE_QUEUES - 1) / PERLINE_QUEUES; in get_tm_conf_queue_format_info()
713 start_queue = i * PERLINE_QUEUES; in get_tm_conf_queue_format_info()
714 end_queue = (i + 1) * PERLINE_QUEUES - 1; in get_tm_conf_queue_format_info()