Searched refs:PCI_SRIOV_VF_OFFSET (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/pci/ |
D | iov.c | 49 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_OFFSET, &iov->offset); in pci_iov_set_numvfs() 256 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_OFFSET, &offset); in sriov_enable() 418 pci_read_config_word(dev, pos + PCI_SRIOV_VF_OFFSET, &offset); in sriov_init()
|
/linux-4.1.27/include/uapi/linux/ |
D | pci_regs.h | 842 #define PCI_SRIOV_VF_OFFSET 0x14 /* First VF Offset */ macro
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 1247 pci_read_config_word(pci_dev, sriov + PCI_SRIOV_VF_OFFSET, &offset); in efx_siena_sriov_vfs_init()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_common.c | 129 pci_read_config_word(dev, pos + PCI_SRIOV_VF_OFFSET, &offset); in qlcnic_sriov_virtid_fn()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 1183 pci_read_config_word(dev, pos + PCI_SRIOV_VF_OFFSET, &iov->offset); in bnx2x_sriov_pci_cfg_info()
|