Home
last modified time | relevance | path

Searched refs:PCI_MSIX_FLAGS_ENABLE (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/pci/msi/
H A Dpcidev_msi.c39 if (ctrl & PCI_MSIX_FLAGS_ENABLE) { in pci_msix_init()
41 ctrl & ~PCI_MSIX_FLAGS_ENABLE); in pci_msix_init()
H A Dmsi.c717 PCI_MSIX_FLAGS_ENABLE); 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()
892 pci_msix_clear_and_set_ctrl(dev, PCI_MSIX_FLAGS_ENABLE, 0); in pci_msix_shutdown()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c201 .enable_bit = PCI_MSIX_FLAGS_ENABLE,
202 .allowed_bits = PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL,
H A Dconf_space.c310 if (val & PCI_MSIX_FLAGS_ENABLE) in xen_pcibk_get_interrupt_type()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c250 if (!(ctrl & PCI_MSIX_FLAGS_ENABLE)) in amdgpu_restore_msix()
254 ctrl &= ~PCI_MSIX_FLAGS_ENABLE; in amdgpu_restore_msix()
256 ctrl |= PCI_MSIX_FLAGS_ENABLE; in amdgpu_restore_msix()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci_vfio.c257 flags &= ~PCI_MSIX_FLAGS_ENABLE; in spapr_phb_vfio_eeh_clear_dev_msix()
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c1478 if (reg_field & PCI_MSIX_FLAGS_ENABLE) { in xen_pt_msixctrl_reg_init()
1481 reg_field & ~PCI_MSIX_FLAGS_ENABLE); in xen_pt_msixctrl_reg_init()
1507 if ((*val & PCI_MSIX_FLAGS_ENABLE) in xen_pt_msixctrl_reg_write()
1510 } else if (!(*val & PCI_MSIX_FLAGS_ENABLE) && s->msix->enabled) { in xen_pt_msixctrl_reg_write()
1517 s->msix->enabled = !!(*val & PCI_MSIX_FLAGS_ENABLE); in xen_pt_msixctrl_reg_write()
H A Dxen_pt_msi.c318 return msi_msix_enable(s, s->msix->ctrl_offset, PCI_MSIX_FLAGS_ENABLE, in msix_set_enable()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c282 qpci_config_writew(dev, addr + PCI_MSIX_FLAGS, val | PCI_MSIX_FLAGS_ENABLE); in qpci_msix_enable()
311 val & ~PCI_MSIX_FLAGS_ENABLE); in qpci_msix_disable()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c281 if (!(val & PCI_MSIX_FLAGS_ENABLE)) in cdns_pcie_ep_get_msix()
504 if (!(flags & PCI_MSIX_FLAGS_ENABLE)) in cdns_pcie_ep_send_msix_irq()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h326 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h327 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
/openbmc/qemu/hw/pci/
H A Dmsix.c33 #define MSIX_ENABLE_MASK (PCI_MSIX_FLAGS_ENABLE >> 8)
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c392 if (!(val & PCI_MSIX_FLAGS_ENABLE)) in dw_pcie_ep_get_msix()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas158 5. Fix megasas_probe_one() to clear PCI_MSIX_FLAGS_ENABLE in msi control
/openbmc/linux/drivers/pci/
H A Dquirks.c4020 if ((msix_flags & PCI_MSIX_FLAGS_ENABLE) == 0) in reset_chelsio_generic_dev()
4023 PCI_MSIX_FLAGS_ENABLE | in reset_chelsio_generic_dev()
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c441 control |= PCI_MSIX_FLAGS_ENABLE; in netxen_set_msix_bit()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c7480 if (control & PCI_MSIX_FLAGS_ENABLE) { in megasas_probe_one()
7485 ~PCI_MSIX_FLAGS_ENABLE); in megasas_probe_one()