Searched refs:PCI_MSIX_FLAGS_ENABLE (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/pci/msi/ |
H A D | pcidev_msi.c | 39 if (ctrl & PCI_MSIX_FLAGS_ENABLE) { in pci_msix_init() 41 ctrl & ~PCI_MSIX_FLAGS_ENABLE); in pci_msix_init()
|
H A D | msi.c | 717 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 D | conf_space_capability.c | 201 .enable_bit = PCI_MSIX_FLAGS_ENABLE, 202 .allowed_bits = PCI_MSIX_FLAGS_ENABLE | PCI_MSIX_FLAGS_MASKALL,
|
H A D | conf_space.c | 310 if (val & PCI_MSIX_FLAGS_ENABLE) in xen_pcibk_get_interrupt_type()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_irq.c | 250 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 D | spapr_pci_vfio.c | 257 flags &= ~PCI_MSIX_FLAGS_ENABLE; in spapr_phb_vfio_eeh_clear_dev_msix()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 1478 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 D | xen_pt_msi.c | 318 return msi_msix_enable(s, s->msix->ctrl_offset, PCI_MSIX_FLAGS_ENABLE, in msix_set_enable()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | pci.c | 282 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 D | pcie-cadence-ep.c | 281 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 D | pci_regs.h | 326 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 327 #define PCI_MSIX_FLAGS_ENABLE 0x8000 /* MSI-X enable */ macro
|
/openbmc/qemu/hw/pci/ |
H A D | msix.c | 33 #define MSIX_ENABLE_MASK (PCI_MSIX_FLAGS_ENABLE >> 8)
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 392 if (!(val & PCI_MSIX_FLAGS_ENABLE)) in dw_pcie_ep_get_msix()
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid_sas | 158 5. Fix megasas_probe_one() to clear PCI_MSIX_FLAGS_ENABLE in msi control
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 4020 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 D | netxen_nic_main.c | 441 control |= PCI_MSIX_FLAGS_ENABLE; in netxen_set_msix_bit()
|
/openbmc/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 7480 if (control & PCI_MSIX_FLAGS_ENABLE) { in megasas_probe_one() 7485 ~PCI_MSIX_FLAGS_ENABLE); in megasas_probe_one()
|