Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Dmsi.c203 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()
Dpci.c3130 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()
Dquirks.c3515 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/
Dqib_pcie.c443 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/
Dpci_regs.h312 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c160 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/
Dmegaraid_sas_base.c5119 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/
Dbnx2x_main.c13126 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()