Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpci.c423 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); in ath11k_pci_msi_config()
430 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in ath11k_pci_msi_config()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c653 pci_read_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, &control); in ath12k_pci_msi_config()
660 pci_write_config_word(dev, dev->msi_cap + PCI_MSI_FLAGS, control); in ath12k_pci_msi_config()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h176 #define PCI_MSI_FLAGS PCIR_MSI_CTRL macro