Searched refs:PCI_MSIX_FLAGS (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | pci.h | 168 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in pci_msix_clear_and_set_ctrl() 171 pci_write_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, ctrl); in pci_msix_clear_and_set_ctrl()
|
D | msi.c | 743 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init() 924 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
|
D | quirks.c | 3500 pci_read_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, &msix_flags); in reset_chelsio_generic_dev() 3502 pci_write_config_word(dev, dev->msix_cap+PCI_MSIX_FLAGS, in reset_chelsio_generic_dev()
|
/linux-4.4.14/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.4.14/include/uapi/linux/ |
D | pci_regs.h | 313 #define PCI_MSIX_FLAGS 2 /* Message Control */ macro
|
/linux-4.4.14/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.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 5334 pci_read_config_word(pdev, pos + PCI_MSIX_FLAGS, in megasas_probe_one() 5339 pos + PCI_MSIX_FLAGS, in megasas_probe_one()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.c | 5609 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &ctrl); in bnxt_get_max_irq()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 13545 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()
|