Searched refs:PCI_MSIX_FLAGS (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/pci/controller/cadence/ |
D | pcie-cadence-ep.c | 240 reg = cap + PCI_MSIX_FLAGS; in cdns_pcie_ep_get_msix() 258 reg = cap + PCI_MSIX_FLAGS; in cdns_pcie_ep_set_msix() 399 flags = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_MSIX_FLAGS); in cdns_pcie_ep_send_msix_irq()
|
/Linux-v5.10/drivers/xen/xen-pciback/ |
D | conf_space_capability.c | 251 .offset = PCI_MSIX_FLAGS,
|
D | conf_space.c | 312 dev->msix_cap + PCI_MSIX_FLAGS, in xen_pcibk_get_interrupt_type()
|
/Linux-v5.10/drivers/pci/ |
D | pci.h | 203 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in pci_msix_clear_and_set_ctrl() 206 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); in pci_msix_clear_and_set_ctrl()
|
D | msi.c | 785 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init() 966 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
|
D | quirks.c | 3790 pci_read_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, &msix_flags); in reset_chelsio_generic_dev() 3792 pci_write_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, in reset_chelsio_generic_dev()
|
/Linux-v5.10/drivers/pci/controller/dwc/ |
D | pcie-designware-ep.c | 373 reg = ep_func->msix_cap + func_offset + PCI_MSIX_FLAGS; in dw_pcie_ep_get_msix() 400 reg = ep_func->msix_cap + func_offset + PCI_MSIX_FLAGS; in dw_pcie_ep_set_msix()
|
/Linux-v5.10/include/uapi/linux/ |
D | pci_regs.h | 323 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
|
/Linux-v5.10/drivers/vfio/pci/ |
D | vfio_pci.c | 371 pci_read_config_word(pdev, msix_pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_enable() 641 pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_get_irq_count()
|
/Linux-v5.10/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 7324 pci_read_config_word(pdev, pos + PCI_MSIX_FLAGS, in megasas_probe_one() 7329 pos + PCI_MSIX_FLAGS, in megasas_probe_one()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13620 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()
|
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 12180 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnxt_get_max_irq()
|