Searched refs:has_one (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c307 * @param has_one Set if the queue contains exactly one element
311 static void __cvmx_pow_display_list(const char *name, int name_param, int valid, int has_one, uint64_t head, uint64_t tail) argument
317 if (has_one)
362 * @param has_one Set if the queue contains exactly one element
368 int valid, int has_one, uint64_t head, uint64_t tail)
370 __cvmx_pow_display_list(__cvmx_pow_list_names[entry_type], 0, valid, has_one, head, tail);
373 if (has_one)
589 int valid[3], has_one[3], head[3], tail[3], qnum_head, qnum_tail; local
595 has_one[0] = dump->sindexload[0][4].sindexload1_cn68xx.queue_one;
596 has_one[
366 __cvmx_pow_display_list_and_walk(__cvmx_pow_list_types_t entry_type, __cvmx_pow_dump_t *dump, uint8_t entry_list[], int valid, int has_one, uint64_t head, uint64_t tail) argument
[all...]

Completed in 101 milliseconds