Searched refs:PCI_SRIOV_CTRL (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pci/ |
| H A D | iov.c | 698 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 714 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable() 746 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable() 772 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init() 774 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init() 788 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init() 897 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state() 907 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl); in sriov_restore_state() 914 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state() 990 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_update_resource()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | pci_regs.h | 960 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | eeh.c | 1625 pos += PCI_SRIOV_CTRL; in eeh_break_device()
|
| /linux-6.15/drivers/crypto/hisilicon/ |
| H A D | qm.c | 4148 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse() 4153 pci_write_config_word(pdev, pos + PCI_SRIOV_CTRL, sriov_ctrl); in qm_set_vf_mse() 4156 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &sriov_ctrl); in qm_set_vf_mse()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnx2x/ |
| H 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.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_sriov.c | 346 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()
|