Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c872 char outpacket[16*2 +2]; in cvmx_debug_process_packet() local
877 cvmx_debug_int64_to_strhex(outpacket, context->cop0.perfval[counter]); in cvmx_debug_process_packet()
878 outpacket[16] = ','; in cvmx_debug_process_packet()
879 cvmx_debug_int64_to_strhex(&outpacket[17], c.s.event); in cvmx_debug_process_packet()
880 outpacket[33] = 0; in cvmx_debug_process_packet()
881 cvmx_debug_putpacket_noformat(outpacket); in cvmx_debug_process_packet()