/linux/arch/powerpc/platforms/powernv/ |
H A D | pci-sriov.c | 284 static int pnv_pci_vf_release_m64(struct pci_dev *pdev, u16 num_vfs) in pnv_pci_vf_release_m64() 415 static int pnv_pci_vf_assign_m64(struct pci_dev *pdev, u16 num_vfs) in pnv_pci_vf_assign_m64() 508 u16 num_vfs; in pnv_pci_vf_resource_shift() local 593 u16 num_vfs, base_pe; in pnv_pci_sriov_disable() local 614 static void pnv_ioda_setup_vf_PE(struct pci_dev *pdev, u16 num_vfs) in pnv_ioda_setup_vf_PE() 674 static int pnv_pci_sriov_enable(struct pci_dev *pdev, u16 num_vfs) in pnv_pci_sriov_enable() 754 int pnv_pcibios_sriov_enable(struct pci_dev *pdev, u16 num_vfs) in pnv_pcibios_sriov_enable()
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_sriov.c | 15 static inline bool num_vfs_valid(int num_vfs) in num_vfs_valid() 31 static inline enum vf_mode num_vfs_to_mode(int num_vfs) in num_vfs_to_mode() 153 static int nitrox_sriov_enable(struct pci_dev *pdev, int num_vfs) in nitrox_sriov_enable() 228 int nitrox_sriov_configure(struct pci_dev *pdev, int num_vfs) in nitrox_sriov_configure()
|
H A D | nitrox_isr.h | 15 static inline int nitrox_sriov_configure(struct pci_dev *pdev, int num_vfs) in nitrox_sriov_configure()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_pfvf_pf_msg.c | 17 int i, num_vfs = pci_num_vf(accel_to_pci_dev(accel_dev)); in adf_pf2vf_notify_restarting() local 37 int num_vfs = pci_num_vf(accel_to_pci_dev(accel_dev)); in adf_pf2vf_wait_for_restarting_complete() local 60 int i, num_vfs = pci_num_vf(accel_to_pci_dev(accel_dev)); in adf_pf2vf_notify_restarted() local 75 int i, num_vfs = pci_num_vf(accel_to_pci_dev(accel_dev)); in adf_pf2vf_notify_fatal_error() local
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_sriov.c | 369 static int bnxt_set_vf_attr(struct bnxt *bp, int num_vfs) in bnxt_set_vf_attr() 381 static int bnxt_hwrm_func_vf_resource_free(struct bnxt *bp, int num_vfs) in bnxt_hwrm_func_vf_resource_free() 424 static int bnxt_alloc_vf_resources(struct bnxt *bp, int num_vfs) in bnxt_alloc_vf_resources() 523 static void bnxt_hwrm_roce_sriov_cfg(struct bnxt *bp, int num_vfs) in bnxt_hwrm_roce_sriov_cfg() 576 static int bnxt_hwrm_func_vf_resc_cfg(struct bnxt *bp, int num_vfs, bool reset) in bnxt_hwrm_func_vf_resc_cfg() 697 static int bnxt_hwrm_func_cfg(struct bnxt *bp, int num_vfs) in bnxt_hwrm_func_cfg() 782 static int bnxt_func_cfg(struct bnxt *bp, int num_vfs, bool reset) in bnxt_func_cfg() 790 int bnxt_cfg_hw_sriov(struct bnxt *bp, int *num_vfs, bool reset) in bnxt_cfg_hw_sriov() 818 static int bnxt_sriov_enable(struct bnxt *bp, int *num_vfs) in bnxt_sriov_enable() 924 u16 num_vfs = pci_num_vf(bp->pdev); in bnxt_sriov_disable() local [all …]
|
H A D | bnxt_vfr.c | 265 u16 num_vfs, i; in bnxt_vf_reps_close() local 313 u16 num_vfs = pci_num_vf(bp->pdev); in __bnxt_vf_reps_destroy() local 381 u16 num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_free() local 418 u16 *cfa_code_map = bp->cfa_code_map, num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_alloc() local 491 u16 *cfa_code_map = NULL, num_vfs = pci_num_vf(bp->pdev); in bnxt_vf_reps_create() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | sriov.c | 72 static int mlx5_device_enable_sriov(struct mlx5_core_dev *dev, int num_vfs) in mlx5_device_enable_sriov() 126 mlx5_device_disable_sriov(struct mlx5_core_dev *dev, int num_vfs, bool clear_vf, bool num_vf_change) in mlx5_device_disable_sriov() 179 static int mlx5_sriov_enable(struct pci_dev *pdev, int num_vfs) in mlx5_sriov_enable() 205 int num_vfs = pci_num_vf(dev->pdev); in mlx5_sriov_disable() local 213 int mlx5_core_sriov_configure(struct pci_dev *pdev, int num_vfs) in mlx5_core_sriov_configure()
|
H A D | eswitch.c | 1182 void mlx5_eswitch_unload_vf_vports(struct mlx5_eswitch *esw, u16 num_vfs) in mlx5_eswitch_unload_vf_vports() 1207 int mlx5_eswitch_load_vf_vports(struct mlx5_eswitch *esw, u16 num_vfs, in mlx5_eswitch_load_vf_vports() 1372 mlx5_eswitch_update_num_of_vfs(struct mlx5_eswitch *esw, int num_vfs) in mlx5_eswitch_update_num_of_vfs() 1467 int mlx5_eswitch_enable_locked(struct mlx5_eswitch *esw, int num_vfs) in mlx5_eswitch_enable_locked() 1528 int mlx5_eswitch_enable(struct mlx5_eswitch *esw, int num_vfs) in mlx5_eswitch_enable()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | pci.c | 30 static int pseries_send_map_pe(struct pci_dev *pdev, u16 num_vfs, in pseries_send_map_pe() 76 static int pseries_associate_pes(struct pci_dev *pdev, u16 num_vfs) in pseries_associate_pes() 120 static int pseries_pci_sriov_enable(struct pci_dev *pdev, u16 num_vfs) in pseries_pci_sriov_enable() 163 static int pseries_pcibios_sriov_enable(struct pci_dev *pdev, u16 num_vfs) in pseries_pcibios_sriov_enable()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_sriov.c | 16 static int efx_ef100_pci_sriov_enable(struct efx_nic *efx, int num_vfs) in efx_ef100_pci_sriov_enable() 66 int efx_ef100_sriov_configure(struct efx_nic *efx, int num_vfs) in efx_ef100_sriov_configure()
|
H A D | ef10_sriov.c | 377 static int efx_ef10_pci_sriov_enable(struct efx_nic *efx, int num_vfs) in efx_ef10_pci_sriov_enable() 434 int efx_ef10_sriov_configure(struct efx_nic *efx, int num_vfs) in efx_ef10_sriov_configure()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_iov.c | 287 int num_vfs, i; in fm10k_iov_suspend() local 332 int num_vfs, i; in fm10k_iov_resume() local 423 static s32 fm10k_iov_alloc_data(struct pci_dev *pdev, int num_vfs) in fm10k_iov_alloc_data() 491 int fm10k_iov_configure(struct pci_dev *pdev, int num_vfs) in fm10k_iov_configure()
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_bus_pci.c | 144 static int ionic_vf_alloc(struct ionic *ionic, int num_vfs) in ionic_vf_alloc() 183 static int ionic_sriov_configure(struct pci_dev *pdev, int num_vfs) in ionic_sriov_configure() 309 int num_vfs; in ionic_probe() local
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pci_sriov.h | 14 static inline int xe_pci_sriov_configure(struct pci_dev *pdev, int num_vfs) in xe_pci_sriov_configure()
|
H A D | xe_gt_sriov_pf.c | 38 unsigned int num_vfs = xe_gt_sriov_pf_get_totalvfs(gt); in pf_alloc_metadata() local
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_pf.c | 75 u32 num_vfs, max, temp; in qlcnic_sriov_pf_cal_res_limit() local 566 static int qlcnic_sriov_pf_enable(struct qlcnic_adapter *adapter, int num_vfs) in qlcnic_sriov_pf_enable() 581 int num_vfs) in __qlcnic_pci_sriov_enable() 618 static int qlcnic_pci_sriov_enable(struct qlcnic_adapter *adapter, int num_vfs) in qlcnic_pci_sriov_enable() 667 int qlcnic_pci_sriov_configure(struct pci_dev *dev, int num_vfs) in qlcnic_pci_sriov_configure() 1767 u16 num_vfs = sriov->num_vfs; in qlcnic_sriov_pf_reset() local 1806 int i, num_vfs; in qlcnic_sriov_set_vf_mac() local
|
/linux/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | main.c | 24 static int nfp_nic_sriov_enable(struct nfp_app *app, int num_vfs) in nfp_nic_sriov_enable()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_main.c | 242 static int nfp_pcie_sriov_enable(struct pci_dev *pdev, int num_vfs) in nfp_pcie_sriov_enable() 318 static int nfp_pcie_sriov_configure(struct pci_dev *pdev, int num_vfs) in nfp_pcie_sriov_configure()
|
H A D | nfp_main.h | 113 unsigned int num_vfs; member
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.h | 79 int __always_unused num_vfs) in ice_sriov_configure()
|
/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf.h | 72 u8 num_vfs; /* Number of enabled VFs */ member
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_main.c | 1586 static int octep_sriov_enable(struct octep_device *oct, int num_vfs) in octep_sriov_enable() 1602 static int octep_sriov_configure(struct pci_dev *pdev, int num_vfs) in octep_sriov_configure()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_sriov.h | 30 unsigned int num_vfs; member
|
/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | main.c | 142 static int pdsc_sriov_configure(struct pci_dev *pdev, int num_vfs) in pdsc_sriov_configure()
|
/linux/drivers/vdpa/octeon_ep/ |
H A D | octep_vdpa_main.c | 717 static int octep_sriov_enable(struct pci_dev *pdev, int num_vfs) in octep_sriov_enable() 764 static int octep_vdpa_sriov_configure(struct pci_dev *pdev, int num_vfs) in octep_vdpa_sriov_configure()
|