Home
last modified time | relevance | path

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

/f-stack/freebsd/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_r… variable
315 comm = cvmx_debug_comms[cvmx_debug_globals->comm_type]; in cvmx_debug_init()
427 if (cvmx_debug_comms[cvmx_debug_globals->comm_type]->putpacket == NULL) in cvmx_debug_putpacket_noformat()
430 return cvmx_debug_comms[cvmx_debug_globals->comm_type]->putpacket(packet); in cvmx_debug_putpacket_noformat()
646cvmx_debug_comms[cvmx_debug_globals->comm_type]->change_core(state.focus_core, core); in cvmx_debug_process_packet()
1050 …if (cvmx_debug_comms[cvmx_debug_globals->comm_type]->getpacket(packet, CVMX_DEBUG_MAX_REQUEST_SIZE… in cvmx_debug_process_next_packet()
1091 cvmx_debug_comms[cvmx_debug_globals->comm_type]->change_core (state->focus_core, core); in cvmx_debug_set_focus_core()
1493 needs_proxy = cvmx_debug_comms[cvmx_debug_globals->comm_type]->needs_proxy; in __cvmx_debug_handler_stage3()
1523cvmx_debug_comms[cvmx_debug_globals->comm_type]->wait_for_resume(context, cvmx_debug_get_state()); in __cvmx_debug_handler_stage3()