Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_dump.c345 #define NUM_QUEUE_PER_LINE (sizeof(*queue_state) * CHAR_BIT) in print_queue_state_perline() macro
346 uint32_t qid = line_num * NUM_QUEUE_PER_LINE; in print_queue_state_perline()
349 for (j = 0; j < NUM_QUEUE_PER_LINE; j++) { in print_queue_state_perline()
354 j == NUM_QUEUE_PER_LINE - 1 ? "\n" : ":"); in print_queue_state_perline()
368 #define NUM_QUEUE_PER_LINE (sizeof(*queue_state) * CHAR_BIT) in display_queue_enable_state() macro
380 for (i = 0; i < (nb_queues - 1) / NUM_QUEUE_PER_LINE + 1; i++) { in display_queue_enable_state()
381 uint32_t line_end = (i + 1) * NUM_QUEUE_PER_LINE - 1; in display_queue_enable_state()
382 uint32_t line_start = i * NUM_QUEUE_PER_LINE; in display_queue_enable_state()