Home
last modified time | relevance | path

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

/linux/drivers/pci/msi/
H A 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()
H A Dapi.c77 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
H A Dmsi.c556 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in pci_msix_clear_and_set_ctrl()
559 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); in pci_msix_clear_and_set_ctrl()
729 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c250 pci_read_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in amdgpu_restore_msix()
256 pci_write_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, ctrl); in amdgpu_restore_msix()
258 pci_write_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, ctrl); in amdgpu_restore_msix()
/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c285 reg = cap + PCI_MSIX_FLAGS; in cdns_pcie_ep_get_msix()
306 reg = cap + PCI_MSIX_FLAGS; in cdns_pcie_ep_set_msix()
508 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSIX_FLAGS); in cdns_pcie_ep_send_msix_irq()
/linux/arch/um/drivers/
H A Dvfio_kern.c235 if (size == 2 && offset == dev->msix_cap + PCI_MSIX_FLAGS) { in uml_vfio_update_msix_cap()
471 flags = __uml_vfio_cfgspace_read(dev, off + PCI_MSIX_FLAGS, sizeof(flags)); in uml_vfio_read_msix_table()
/linux/drivers/xen/xen-pciback/
H A Dconf_space_capability.c260 .offset = PCI_MSIX_FLAGS,
H A Dconf_space.c306 dev->msix_cap + PCI_MSIX_FLAGS, in xen_pcibk_get_interrupt_type()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_core.c230 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnge_get_max_irq()
/linux/include/uapi/linux/
H A Dpci_regs.h327 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c557 pci_read_config_word(pdev, msix_pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_core_enable()
776 pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_get_irq_count()
/linux/drivers/pci/
H A Dquirks.c4027 pci_read_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, &msix_flags); in reset_chelsio_generic_dev()
4029 pci_write_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, in reset_chelsio_generic_dev()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2436 pos + PCI_MSIX_FLAGS, in wx_get_pcie_msix_counts()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16303 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnxt_get_max_irq()