Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h236 void npi_debug_msg(npi_handle_function_t, uint64_t,
240 #define NPI_DEBUG_MSG(params) npi_debug_msg params
245 #define NPI_ERROR_MSG(params) npi_debug_msg params
246 #define NPI_REG_DUMP_MSG(params) npi_debug_msg params
H A Dnpi.c36 npi_debug_msg(npi_handle_function_t function, uint64_t level, char *fmt, ...) in npi_debug_msg() function