Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/
Diov.c335 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
357 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
383 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable()
407 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init()
409 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init()
423 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init()
525 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state()
535 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, ctrl); in sriov_restore_state()
542 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state()
618 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &cmd); in pci_iov_update_resource()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h900 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1135 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c4278 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.c367 pci_read_config_word(cdev->pdev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in qed_iov_pci_cfg_info()