Searched refs:debug_module_mask (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-driver.h226 * @debug_module_mask: 32bit mask that defines which components of the
241 * The @debug_module_mask allows to switch off and on tracing at runtime.
252 u32 debug_module_mask; member in struct:xge_hal_driver_t
266 return g_xge_hal_driver->debug_module_mask;
274 g_xge_hal_driver->debug_module_mask = new_mask;
275 g_module_mask = (unsigned long *)&g_xge_hal_driver->debug_module_mask;

Completed in 314 milliseconds