Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/xen/
Dxen_pci_bus.c55 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE; in xen_pci_enable_msi_method()
66 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in xen_pci_disable_msi_method()
/freebsd-12-stable/sys/mips/nlm/
Dxlp_pci.c488 (val | (PCIM_MSICTRL_MSI_ENABLE << 16) | in mips_platform_pcib_setup_intr()
/freebsd-12-stable/sys/dev/pci/
Dpcireg.h618 #define PCIM_MSICTRL_MSI_ENABLE 0x0001 macro
Dpci.c2312 msi->msi_ctrl |= PCIM_MSICTRL_MSI_ENABLE; in pci_enable_msi_method()
2330 msi->msi_ctrl &= ~PCIM_MSICTRL_MSI_ENABLE; in pci_disable_msi_method()
2348 if (msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE) { in pci_resume_msi()
2683 KASSERT(!(msi->msi_ctrl & PCIM_MSICTRL_MSI_ENABLE), in pci_release_msi_method()
/freebsd-12-stable/usr.sbin/bhyve/
Dpci_emul.c902 rwmask = PCIM_MSICTRL_MME_MASK | PCIM_MSICTRL_MSI_ENABLE; in msicap_cfgwrite()
918 pi->pi_msi.enabled = msgctrl & PCIM_MSICTRL_MSI_ENABLE ? 1 : 0; in msicap_cfgwrite()
/freebsd-12-stable/usr.sbin/pciconf/
Dcap.c140 if (ctrl & PCIM_MSICTRL_MSI_ENABLE) { in cap_msi()
/freebsd-12-stable/sys/dev/bge/
Dif_bge.c4239 val | PCIM_MSICTRL_MSI_ENABLE, 2); in bge_reset()