Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxmod.c73 if (umdevice->os_param.active_resc_flag & DRV_RESOURCE_TIMER) { in bnx_free_system_resources()
75 ~DRV_RESOURCE_TIMER; in bnx_free_system_resources()
243 umdevice->os_param.active_resc_flag |= DRV_RESOURCE_TIMER; in bnx_attach_attach()
H A Dbnx.h148 #define DRV_RESOURCE_TIMER 0x0100 macro