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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h223 COMM_SIZE enumerator in enum:cvmx_debug_comm_type_e
H A Dcvmx-debug.c98 static const cvmx_debug_comm_t *cvmx_debug_comms[COMM_SIZE] = {&cvmx_debug_uart_comm, &cvmx_debug_remote_comm};
1480 if (cvmx_debug_globals->comm_changed > COMM_SIZE)
1482 cvmx_dprintf("Unknown communication spinning: %lld > %d.\n", (long long)cvmx_debug_globals->comm_changed, (int)(COMM_SIZE));

Completed in 72 milliseconds