Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/
Diov.c308 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
339 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
370 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable()
396 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init()
398 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init()
416 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init()
510 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state()
519 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h830 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1180 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c4295 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()