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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c315 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);
1489 cvmx_debug_globals->comm_type = cvmx_debug_globals->comm_changed - 1;
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());
H A Dcvmx-debug.h253 uint64_t comm_type; /* cvmx_debug_comm_type_t */ member in struct:cvmx_debug_globals_s

Completed in 118 milliseconds