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