Searched refs:PCI_MSIX_FLAGS_MASKALL (Results 1 – 8 of 8) sorted by relevance
720 pci_msix_clear_and_set_ctrl(dev, 0, PCI_MSIX_FLAGS_MASKALL | in msix_capability_init()751 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL, 0); in msix_capability_init()758 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL | PCI_MSIX_FLAGS_ENABLE, 0); in msix_capability_init()865 PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL); in __pci_restore_msix_state()877 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL, 0); in __pci_restore_msix_state()
202 .allowed_bits = PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL,
325 #define PCI_MSIX_FLAGS_MASKALL 0x4000 /* Mask all vectors for this function */ macro
326 #define PCI_MSIX_FLAGS_MASKALL 0x4000 /* Mask all vectors for this function */ macro
34 #define MSIX_MASKALL_MASK (PCI_MSIX_FLAGS_MASKALL >> 8)
347 if (val & PCI_MSIX_FLAGS_MASKALL) { in qpci_msix_masked()
1508 && !(*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()
4024 PCI_MSIX_FLAGS_MASKALL); in reset_chelsio_generic_dev()