Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dmsi.c477 PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL); in __pci_restore_msix_state()
483 msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL, 0); in __pci_restore_msix_state()
805 PCI_MSIX_FLAGS_MASKALL | PCI_MSIX_FLAGS_ENABLE); in msix_capability_init()
817 msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_MASKALL, 0); in msix_capability_init()
Dquirks.c3520 PCI_MSIX_FLAGS_MASKALL); in reset_chelsio_generic_dev()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h314 #define PCI_MSIX_FLAGS_MASKALL 0x4000 /* Mask all vectors for this function */ macro