Home
last modified time | relevance | path

Searched refs:msix_cap (Results 1 – 12 of 12) 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()
700 pci_read_config_dword(dev, dev->msix_cap + PCI_MSIX_TABLE, in msix_map_region()
780 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in msix_capability_init()
957 if (!dev->msix_cap) in pci_msix_vec_count()
960 pci_read_config_word(dev, dev->msix_cap + PCI_MSIX_FLAGS, &control); in pci_msix_vec_count()
1074 dev->msix_cap = pci_find_capability(dev, PCI_CAP_ID_MSIX); in pci_msi_init_pci_dev()
1075 if (dev->msix_cap) in pci_msi_init_pci_dev()
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/scsi/pm8001/
Dpm8001_init.c483 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_alloc()
795 if (pdev->msix_cap) in pm8001_request_irq()
959 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_remove()
1008 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_suspend()
1077 if ((!pdev->msix_cap) || (pm8001_ha->chip_id == chip_8001)) in pm8001_pci_resume()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_pcie.c289 pos = dd->pcidev->msix_cap; in qib_pcie_params()
440 pos = pdev->msix_cap; in qib_enable_intx()
/linux-4.1.27/arch/x86/pci/
Dxen.c304 pos = dev->msix_cap; in xen_initdom_setup_msi_irqs()
/linux-4.1.27/drivers/vfio/pci/
Dvfio_pci.c155 msix_pos = pdev->msix_cap; in vfio_pci_enable()
303 pos = vdev->pdev->msix_cap; in vfio_pci_get_irq_count()
/linux-4.1.27/drivers/xen/xen-pciback/
Dpci_stub.c112 if (dev->msix_cap) { in pcistub_device_release()
397 if (dev->msix_cap) { in pcistub_init_device()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c459 if (pdev->msix_cap) { in netxen_set_msix_bit()
460 pci_read_config_dword(pdev, pdev->msix_cap, &control); in netxen_set_msix_bit()
465 pci_write_config_dword(pdev, pdev->msix_cap, control); in netxen_set_msix_bit()
/linux-4.1.27/include/linux/
Dpci.h277 u8 msix_cap; /* MSI-X capability offset */ member
/linux-4.1.27/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c3842 if (myri10ge_max_slices == 1 || !pdev->msix_cap || in myri10ge_probe_slices()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c13113 if (!pdev->msix_cap) { in bnx2x_get_num_non_def_sbs()
13126 pci_read_config_word(pdev, pdev->msix_cap + PCI_MSIX_FLAGS, &control); in bnx2x_get_num_non_def_sbs()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbnx2.c8179 if (pdev->msix_cap) in bnx2_init_board()