Searched refs:PCI_SRIOV_CTRL (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/pci/ |
A D | iov.c | 679 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 695 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 727 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable() 751 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init() 753 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init() 767 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init() 869 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state() 879 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl); in sriov_restore_state() 886 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state() 962 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_update_resource()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | pci_regs.h | 944 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | eeh.c | 1789 pos += PCI_SRIOV_CTRL; in eeh_debugfs_break_device()
|
/linux-6.3-rc2/drivers/crypto/hisilicon/ |
A D | qm.c | 4054 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse() 4059 pci_write_config_word(pdev, pos + PCI_SRIOV_CTRL, sriov_ctrl); in qm_set_vf_mse() 4062 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_sriov.c | 1128 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
|
/linux-6.3-rc2/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 35 milliseconds