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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c98 static const cvmx_debug_comm_t *cvmx_debug_comms[COMM_SIZE] = {&cvmx_debug_uart_comm, &cvmx_debug_remote_comm}; variable
315 comm = cvmx_debug_comms[cvmx_debug_globals->comm_type];
427 if (cvmx_debug_comms[cvmx_debug_globals->comm_type]->putpacket == NULL)
430 return cvmx_debug_comms[cvmx_debug_globals->comm_type]->putpacket(packet);
646 cvmx_debug_comms[cvmx_debug_globals->comm_type]->change_core(state.focus_core, core);
1050 if (cvmx_debug_comms[cvmx_debug_globals->comm_type]->getpacket(packet, CVMX_DEBUG_MAX_REQUEST_SIZE))
1091 cvmx_debug_comms[cvmx_debug_globals->comm_type]->change_core (state->focus_core, core);
1493 needs_proxy = cvmx_debug_comms[cvmx_debug_globals->comm_type]->needs_proxy;
1523 cvmx_debug_comms[cvmx_debug_globals->comm_type]->wait_for_resume(context, cvmx_debug_get_state());

Completed in 158 milliseconds