Searched refs:PCI_MSIX_FLAGS (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/pci/msi/ |
| H A D | pcidev_msi.c | 38 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 D | api.c | 77 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
|
| H A D | msi.c | 556 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 D | amdgpu_irq.c | 250 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 D | pcie-cadence-ep.c | 285 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 D | vfio_kern.c | 235 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 D | conf_space_capability.c | 260 .offset = PCI_MSIX_FLAGS,
|
| H A D | conf_space.c | 306 dev->msix_cap + PCI_MSIX_FLAGS, in xen_pcibk_get_interrupt_type()
|
| /linux/drivers/net/ethernet/broadcom/bnge/ |
| H A D | bnge_core.c | 230 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnge_get_max_irq()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 327 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 557 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 D | quirks.c | 4027 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 D | wx_hw.c | 2436 pos + PCI_MSIX_FLAGS, in wx_get_pcie_msix_counts()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 16303 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnxt_get_max_irq()
|