Searched refs:PCI_SRIOV_CTRL (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/drivers/pci/ |
| D | iov.c | 638 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 654 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 686 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable() 710 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init() 712 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init() 726 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init() 828 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state() 838 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl); in sriov_restore_state() 845 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state() 921 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_update_resource()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | pci_regs.h | 935 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | eeh.c | 1777 pos += PCI_SRIOV_CTRL; in eeh_debugfs_break_device()
|
| /Linux-v5.15/drivers/crypto/hisilicon/ |
| D | qm.c | 4620 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse() 4625 pci_write_config_word(pdev, pos + PCI_SRIOV_CTRL, sriov_ctrl); in qm_set_vf_mse() 4628 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse()
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sriov.c | 1115 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
|
| /Linux-v5.15/drivers/net/ethernet/neterion/vxge/ |
| D | vxge-main.c | 4259 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
| D | qed_sriov.c | 344 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()
|