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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c1281 if (command == COMMAND_NOP && cvmx_debug_globals->comm_changed)
1477 if (cvmx_debug_globals->comm_changed)
1479 cvmx_debug_printf("Communication changed: %d\n", (int)cvmx_debug_globals->comm_changed);
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));
1489 cvmx_debug_globals->comm_type = cvmx_debug_globals->comm_changed - 1;
1490 cvmx_debug_globals->comm_changed = 0;
H A Dcvmx-debug.h254 volatile uint64_t comm_changed; /* cvmx_debug_comm_type_t+1 when someone wants to change it. */ member in struct:cvmx_debug_globals_s

Completed in 205 milliseconds