Searched refs:PCI_SRIOV_VF_STRIDE (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie_sriov.c | 43 pci_set_word(cfg + PCI_SRIOV_VF_STRIDE, vf_stride); in pcie_sriov_pf_init() 174 pci_get_word(dev->config + sriov_cap + PCI_SRIOV_VF_STRIDE); in register_vfs()
|
H A D | pci.c | 1436 pci_get_word(pf->config + sriov_cap + PCI_SRIOV_VF_STRIDE); in pci_config_get_bar_addr()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 958 #define PCI_SRIOV_VF_STRIDE 0x16 /* Following VF Stride */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 961 #define PCI_SRIOV_VF_STRIDE 0x16 /* Following VF Stride */ macro
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence-ep.c | 28 stride = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_SRIOV_VF_STRIDE); in cdns_pcie_get_fn_from_vfn()
|
/openbmc/linux/drivers/pci/ |
H A D | iov.c | 90 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_STRIDE, &iov->stride); in pci_iov_set_numvfs()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | siena_sriov.c | 1255 pci_read_config_word(pci_dev, sriov + PCI_SRIOV_VF_STRIDE, &stride); in efx_siena_sriov_vfs_init()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_common.c | 135 pci_read_config_word(dev, pos + PCI_SRIOV_VF_STRIDE, &stride); in qlcnic_sriov_virtid_fn()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 1132 pci_read_config_word(dev, pos + PCI_SRIOV_VF_STRIDE, &iov->stride); in bnx2x_sriov_pci_cfg_info()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 365 pos + PCI_SRIOV_VF_STRIDE, &iov->stride); in qed_iov_pci_cfg_info()
|