Searched refs:PCI_SRIOV_CTRL (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/pci/ |
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-5.19.10/include/uapi/linux/ |
D | pci_regs.h | 942 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | eeh.c | 1789 pos += PCI_SRIOV_CTRL; in eeh_debugfs_break_device()
|
/linux-5.19.10/drivers/crypto/hisilicon/ |
D | qm.c | 4979 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse() 4984 pci_write_config_word(pdev, pos + PCI_SRIOV_CTRL, sriov_ctrl); in qm_set_vf_mse() 4987 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse()
|
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 1124 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
|
/linux-5.19.10/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 4250 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()
|
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.c | 346 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()
|