Home
last modified time | relevance | path

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

/linux-6.6.21/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.c545 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in pci_msix_clear_and_set_ctrl()
548 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); in pci_msix_clear_and_set_ctrl()
716 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init()
Dapi.c78 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_irq.c249 pci_read_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in amdgpu_restore_msix()
255 pci_write_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, ctrl); in amdgpu_restore_msix()
257 pci_write_config_word(adev->pdev, adev->pdev->msix_cap + PCI_MSIX_FLAGS, ctrl); in amdgpu_restore_msix()
/linux-6.6.21/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-6.6.21/drivers/xen/xen-pciback/
Dconf_space_capability.c260 .offset = PCI_MSIX_FLAGS,
Dconf_space.c306 dev->msix_cap + PCI_MSIX_FLAGS, in xen_pcibk_get_interrupt_type()
/linux-6.6.21/drivers/pci/controller/dwc/
Dpcie-designware-ep.c383 reg = ep_func->msix_cap + func_offset + PCI_MSIX_FLAGS; in dw_pcie_ep_get_msix()
410 reg = ep_func->msix_cap + func_offset + PCI_MSIX_FLAGS; in dw_pcie_ep_set_msix()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h323 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
/linux-6.6.21/drivers/vfio/pci/
Dvfio_pci_core.c529 pci_read_config_word(pdev, msix_pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_core_enable()
760 pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_get_irq_count()
/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1648 pos + PCI_MSIX_FLAGS, in wx_get_pcie_msix_counts()
/linux-6.6.21/drivers/pci/
Dquirks.c4004 pci_read_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, &msix_flags); in reset_chelsio_generic_dev()
4006 pci_write_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, in reset_chelsio_generic_dev()
/linux-6.6.21/drivers/scsi/megaraid/
Dmegaraid_sas_base.c7478 pci_read_config_word(pdev, pos + PCI_MSIX_FLAGS, in megasas_probe_one()
7483 pos + PCI_MSIX_FLAGS, in megasas_probe_one()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13570 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c13294 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnxt_get_max_irq()