Home
last modified time | relevance | path

Searched refs:PCIM_MSICTRL_MSI_ENABLE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpcireg.h547 #define PCIM_MSICTRL_MSI_ENABLE 0x0001 macro
H A Dpci.c1822 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE; in pci_enable_msi()
1840 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in pci_disable_msi()
1858 if (msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE) { in pci_resume_msi()
2104 KASSERT(!(msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE), in pci_release_msi_method()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c136 if (ctrl & PCIM_MSICTRL_MSI_ENABLE) { in cap_msi()
/dragonfly/sys/dev/netif/bge/
H A Dif_bge.c2949 PCIM_MSICTRL_MSI_ENABLE, 2); in bge_reset()