Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.h56 #define CVMX_DEBUG_MAX_REQUEST_SIZE 1024 + 34 /* Enough room for setting memory of 512 bytes. */ macro
H A Dcvmx-debug.c1049 char packet[CVMX_DEBUG_MAX_REQUEST_SIZE]; in cvmx_debug_process_next_packet()
1050 …f (cvmx_debug_comms[cvmx_debug_globals->comm_type]->getpacket(packet, CVMX_DEBUG_MAX_REQUEST_SIZE)) in cvmx_debug_process_next_packet()