Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.h164 void hpi_debug_msg(hpi_handle_function_t function, uint64_t level,
168 #define HPI_DEBUG_MSG(params) hpi_debug_msg params
173 #define HPI_ERROR_MSG(params) hpi_debug_msg params
H A Dhpi.c34 hpi_debug_msg(hpi_handle_function_t function, uint64_t level, char *fmt, ...) in hpi_debug_msg() function