Home
last modified time | relevance | path

Searched refs:PCI_SRIOV_CTRL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pci/
H A Diov.c177 pci_read_config_word(dev, dev->sriov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_is_memory_decoding_enabled()
735 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
751 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
783 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable()
809 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init()
811 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init()
825 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init()
961 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state()
971 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl); in sriov_restore_state()
978 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state()
[all …]
/linux/include/uapi/linux/
H A Dpci_regs.h980 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
/linux/arch/powerpc/kernel/
H A Deeh.c1622 pos += PCI_SRIOV_CTRL; in eeh_break_device()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1127 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c346 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()