Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxmod.c121 if (umdevice->os_param.active_resc_flag & DRV_RESOURCE_PCICFG_MAPPED) { in bnx_free_system_resources()
123 ~DRV_RESOURCE_PCICFG_MAPPED; in bnx_free_system_resources()
175 umdevice->os_param.active_resc_flag |= DRV_RESOURCE_PCICFG_MAPPED; in bnx_attach_attach()
H A Dbnx.h141 #define DRV_RESOURCE_PCICFG_MAPPED 0x0001 macro