Searched refs:PCI_MSIX_FLAGS (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/pci/ |
D | msi.c | 203 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in msix_clear_and_set_ctrl() 206 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); in msix_clear_and_set_ctrl() 780 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init() 960 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
|
D | pci.c | 3130 pci_read_config_word(dev, pos + PCI_MSIX_FLAGS, &control); in pci_msi_off() 3132 pci_write_config_word(dev, pos + PCI_MSIX_FLAGS, control); in pci_msi_off()
|
D | quirks.c | 3515 pci_read_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, &msix_flags); in reset_chelsio_generic_dev() 3517 pci_write_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, in reset_chelsio_generic_dev()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 443 pci_read_config_word(pdev, pos + PCI_MSIX_FLAGS, &cw); in qib_enable_intx() 446 pci_write_config_word(pdev, pos + PCI_MSIX_FLAGS, new); in qib_enable_intx()
|
/linux-4.1.27/include/uapi/linux/ |
D | pci_regs.h | 312 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
|
/linux-4.1.27/drivers/vfio/pci/ |
D | vfio_pci.c | 160 pci_read_config_word(pdev, msix_pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_enable() 306 pos + PCI_MSIX_FLAGS, &flags); in vfio_pci_get_irq_count()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 5119 pci_read_config_word(pdev, pos + PCI_MSIX_FLAGS, in megasas_probe_one() 5124 pos + PCI_MSIX_FLAGS, in megasas_probe_one()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13126 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()
|