Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/
Diov.c638 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/
Dpci_regs.h935 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
/Linux-v5.15/arch/powerpc/kernel/
Deeh.c1777 pos += PCI_SRIOV_CTRL; in eeh_debugfs_break_device()
/Linux-v5.15/drivers/crypto/hisilicon/
Dqm.c4620 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/
Dbnx2x_sriov.c1115 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/
Dvxge-main.c4259 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()
/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c344 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()