Searched refs:PCI_SRIOV_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/pci/ |
D | iov.c | 308 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/ |
D | pci_regs.h | 830 #define PCI_SRIOV_CTRL 0x08 /* SR-IOV Control */ macro
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 1180 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/ |
D | vxge-main.c | 4295 pci_read_config_word(pdev, pos + PCI_SRIOV_CTRL, &ctrl); in is_sriov_initialized()
|