Home
last modified time | relevance | path

Searched refs:PCI_MSIX_FLAGS_MASKALL (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/pci/msi/
H A Dmsi.c716 pci_msix_clear_and_set_ctrl(dev, 0, PCI_MSIX_FLAGS_MASKALL | in msix_capability_init()
747 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL, 0); in msix_capability_init()
754 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL | PCI_MSIX_FLAGS_ENABLE, 0); in msix_capability_init()
861 PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL); in __pci_restore_msix_state()
873 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL, 0); in __pci_restore_msix_state()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c202 .allowed_bits = PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL,
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h325 #define PCI_MSIX_FLAGS_MASKALL 0x4000 /* Mask all vectors for this function */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h326 #define PCI_MSIX_FLAGS_MASKALL 0x4000 /* Mask all vectors for this function */ macro
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c347 if (val & PCI_MSIX_FLAGS_MASKALL) { in qpci_msix_masked()
/openbmc/qemu/hw/pci/
H A Dmsix.c34 #define MSIX_MASKALL_MASK (PCI_MSIX_FLAGS_MASKALL >> 8)
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1508 && !(*val & PCI_MSIX_FLAGS_MASKALL)) { in xen_pt_msixctrl_reg_write()
1514 s->msix->maskall = *val & PCI_MSIX_FLAGS_MASKALL; in xen_pt_msixctrl_reg_write()
/openbmc/linux/drivers/pci/
H A Dquirks.c4009 PCI_MSIX_FLAGS_MASKALL); in reset_chelsio_generic_dev()