Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c91 .putpacket = NULL,
H A Dcvmx-debug-uart.c264 .putpacket = cvmx_debug_uart_putpacket,
H A Dcvmx-debug.h445 int (*putpacket)(char *); member
H A Dcvmx-debug.c427 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()