Searched refs:PCI_SRIOV_VF_OFFSET (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Dpci_regs.h960 #define PCI_SRIOV_VF_OFFSET 0x14 /* First VF Offset */ macro
/linux-master/drivers/pci/
H A Diov.c89 pci_read_config_word(dev, iov->pos + PCI_SRIOV_VF_OFFSET, &iov->offset);
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c28 first_vf_offset = cdns_pcie_ep_fn_readw(pcie, fn, cap + PCI_SRIOV_VF_OFFSET);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c1254 pci_read_config_word(pci_dev, sriov + PCI_SRIOV_VF_OFFSET, &offset);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c134 pci_read_config_word(dev, pos + PCI_SRIOV_VF_OFFSET, &offset);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1131 pci_read_config_word(dev, pos + PCI_SRIOV_VF_OFFSET, &iov->offset);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c362 pos + PCI_SRIOV_VF_OFFSET, &iov->offset);

Completed in 170 milliseconds