Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h604 #define PCIM_MSICTRL_MME_MASK 0x0070 macro
H A Dpci.c2676 ctrl &= ~PCIM_MSICTRL_MME_MASK; in pci_alloc_msi_method()
2721 msi->msi_ctrl &= ~PCIM_MSICTRL_MME_MASK; in pci_release_msi_method()
/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c1290 rwmask = PCIM_MSICTRL_MME_MASK | PCIM_MSICTRL_MSI_ENABLE; in msicap_cfgwrite()
1305 mme = msgctrl & PCIM_MSICTRL_MME_MASK; in msicap_cfgwrite()
/freebsd/usr.sbin/pciconf/
H A Dcap.c138 msgnum = 1 << ((ctrl & PCIM_MSICTRL_MME_MASK) >> 4); in cap_msi()