Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Diov.c309 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
342 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_enable()
368 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_disable()
394 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &ctrl); in sriov_init()
396 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, 0); in sriov_init()
410 pci_write_config_word(dev, pos + PCI_SRIOV_CTRL, ctrl); in sriov_init()
513 pci_read_config_word(dev, iov->pos + PCI_SRIOV_CTRL, &ctrl); in sriov_restore_state()
522 pci_write_config_word(dev, iov->pos + PCI_SRIOV_CTRL, iov->ctrl); in sriov_restore_state()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h871 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c1130 pci_read_config_word(dev, pos + PCI_SRIOV_CTRL, &iov->ctrl); in bnx2x_sriov_pci_cfg_info()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c4295 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()