Searched refs:PCI_SRIOV_CTRL (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/
H A Diov.c678 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl);
694 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl);
726 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl);
751 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl);
753 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0);
767 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl);
871 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl);
881 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl);
888 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl);
964 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL,
[all...]
/linux-master/include/uapi/linux/
H A Dpci_regs.h948 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
/linux-master/arch/powerpc/kernel/
H A Deeh.c1789 pos += PCI_SRIOV_CTRL;
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c4003 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl);
4008 pci_write_config_word(pdev, pos + PCI_SRIOV_CTRL, sriov_ctrl);
4011 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1128 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c346 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl);

Completed in 190 milliseconds