Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h646 #define PCIM_HTCMD_MSI_ENABLE 0x0001 macro
H A Dpci.c905 !(cfg->ht.ht_msictrl & PCIM_HTCMD_MSI_ENABLE)) { in pci_read_capabilities()
909 cfg->ht.ht_msictrl |= PCIM_HTCMD_MSI_ENABLE; in pci_read_capabilities()
1784 if (addr && !(ht->ht_msictrl & PCIM_HTCMD_MSI_ENABLE) && in pci_ht_map_msi()
1787 ht->ht_msictrl |= PCIM_HTCMD_MSI_ENABLE; in pci_ht_map_msi()
1792 if (!addr && (ht->ht_msictrl & PCIM_HTCMD_MSI_ENABLE)) { in pci_ht_map_msi()
1794 ht->ht_msictrl &= ~PCIM_HTCMD_MSI_ENABLE; in pci_ht_map_msi()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c252 command & PCIM_HTCMD_MSI_ENABLE ? "enabled" : in cap_ht()