Home
last modified time | relevance | path

Searched refs:PCI_MSIX_FLAGS (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/drivers/pci/msi/
Dpcidev_msi.c38 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in pci_msix_init()
40 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, in pci_msix_init()
Dmsi.c287 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in pci_msix_clear_and_set_ctrl()
290 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); in pci_msix_clear_and_set_ctrl()
629 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init()
790 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c271 pci_read_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in amdgpu_restore_msix()
277 pci_write_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, ctrl); in amdgpu_restore_msix()
279 pci_write_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, ctrl); in amdgpu_restore_msix()
/linux-5.19.10/drivers/pci/controller/cadence/
Dpcie-cadence-ep.c279 reg = cap + PCI_MSIX_FLAGS; in cdns_pcie_ep_get_msix()
300 reg = cap + PCI_MSIX_FLAGS; in cdns_pcie_ep_set_msix()
503 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSIX_FLAGS); in cdns_pcie_ep_send_msix_irq()
/linux-5.19.10/drivers/xen/xen-pciback/
Dconf_space_capability.c251 .offset = PCI_MSIX_FLAGS,
Dconf_space.c312 dev->msix_cap + PCI_MSIX_FLAGS, in xen_pcibk_get_interrupt_type()
/linux-5.19.10/drivers/pci/controller/dwc/
Dpcie-designware-ep.c376 reg = ep_func->msix_cap + func_offset + PCI_MSIX_FLAGS; in dw_pcie_ep_get_msix()
403 reg = ep_func->msix_cap + func_offset + PCI_MSIX_FLAGS; in dw_pcie_ep_set_msix()
/linux-5.19.10/include/uapi/linux/
Dpci_regs.h323 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
/linux-5.19.10/drivers/vfio/pci/
Dvfio_pci_core.c328 pci_read_config_word(pdev, msix_pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_core_enable()
536 pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_get_irq_count()
/linux-5.19.10/drivers/pci/
Dquirks.c3867 pci_read_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, &msix_flags); in reset_chelsio_generic_dev()
3869 pci_write_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, in reset_chelsio_generic_dev()
/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c7495 pci_read_config_word(pdev, pos + PCI_MSIX_FLAGS, in megasas_probe_one()
7500 pos + PCI_MSIX_FLAGS, in megasas_probe_one()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13583 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13213 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnxt_get_max_irq()