Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c709 uint32_t i, j, line_num, start_queue, end_queue; in get_tm_conf_queue_format_info() local
714 end_queue = (i + 1) * PERLINE_QUEUES - 1; in get_tm_conf_queue_format_info()
715 if (end_queue > nb_tx_queues - 1) in get_tm_conf_queue_format_info()
716 end_queue = nb_tx_queues - 1; in get_tm_conf_queue_format_info()
717 fprintf(file, " %04u - %04u | ", start_queue, end_queue); in get_tm_conf_queue_format_info()
719 if (j >= end_queue + 1) in get_tm_conf_queue_format_info()