Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c315 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()
646 … cvmx_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()
1489 cvmx_debug_globals->comm_type = cvmx_debug_globals->comm_changed - 1; in __cvmx_debug_handler_stage3()
1493 needs_proxy = cvmx_debug_comms[cvmx_debug_globals->comm_type]->needs_proxy; in __cvmx_debug_handler_stage3()
1523 … cvmx_debug_comms[cvmx_debug_globals->comm_type]->wait_for_resume(context, cvmx_debug_get_state()); in __cvmx_debug_handler_stage3()
H A Dcvmx-debug.h253 uint64_t comm_type; /* cvmx_debug_comm_type_t */ member