Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h429 #define UNM_NIC_MSIX_ENABLED 0x04 macro
431 ((ADAPTER)->flags & (UNM_NIC_MSI_ENABLED | UNM_NIC_MSIX_ENABLED))
H A Dunm_gem.c1020 adapter->flags &= ~(UNM_NIC_MSI_ENABLED | UNM_NIC_MSIX_ENABLED); in unm_initialize_intr()