Searched refs:PCI_SRIOV_CTRL (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/pci/ |
A D | iov.c | 636 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 652 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 684 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable() 708 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init() 710 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init() 724 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init() 826 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state() 836 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl); in sriov_restore_state() 843 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state() 919 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_update_resource()
|
/linux/include/uapi/linux/ |
A D | pci_regs.h | 941 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
|
/linux/arch/powerpc/kernel/ |
A D | eeh.c | 1789 pos += PCI_SRIOV_CTRL; in eeh_debugfs_break_device()
|
/linux/drivers/crypto/hisilicon/ |
A D | qm.c | 4659 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse() 4664 pci_write_config_word(pdev, pos + PCI_SRIOV_CTRL, sriov_ctrl); in qm_set_vf_mse() 4667 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_sriov.c | 1115 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
|
/linux/drivers/net/ethernet/neterion/vxge/ |
A D | vxge-main.c | 4259 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_sriov.c | 346 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()
|
Completed in 52 milliseconds