Home
last modified time | relevance | path

Searched refs:UNM_NIC_MSI_ENABLED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h428 #define UNM_NIC_MSI_ENABLED 0x02 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()
1022 adapter->flags |= UNM_NIC_MSI_ENABLED; in unm_initialize_intr()
H A Dunm_nic_main.c284 } else if (adapter->flags & UNM_NIC_MSI_ENABLED) { in unm_nic_clear_int()