Home
last modified time | relevance | path

Searched refs:max_vfs (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/Documentation/networking/
Digbvf.txt21 driver supports virtual functions generated by the igb driver with a max_vfs
22 value of 1 or greater. For more information on the max_vfs parameter refer
Dixgbevf.txt21 with a max_vfs value of 1 or greater.
Digb.txt31 max_vfs
37 max_vfs worth of virtual function.
Dixgbe.txt197 max_vfs
206 max_vfs worth of virtual function.
/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena_sriov.c181 static int max_vfs = -1; variable
182 module_param(max_vfs, int, 0444);
183 MODULE_PARM_DESC(max_vfs,
1055 if (!max_vfs) in efx_siena_sriov_probe()
1060 if (count > 0 && count > max_vfs) in efx_siena_sriov_probe()
1061 count = max_vfs; in efx_siena_sriov_probe()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe.h414 u16 max_vfs; /* Total VFs "really" supported by FW/HW */ member
594 #define be_max_vfs(adapter) (adapter->pool_res.max_vfs)
Dbe_main.c3787 int max_vfs, old_vfs; in be_get_sriov_config() local
3792 if (BE3_chip(adapter) && !res.max_vfs) { in be_get_sriov_config()
3793 max_vfs = pci_sriov_get_totalvfs(adapter->pdev); in be_get_sriov_config()
3794 res.max_vfs = max_vfs > 0 ? min(MAX_VFS, max_vfs) : 0; in be_get_sriov_config()
3808 adapter->pool_res.max_vfs = in be_get_sriov_config()
Dbe_cmds.c3700 res->max_vfs = le16_to_cpu(pcie->num_vfs); in be_cmd_get_profile_config()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c213 static unsigned int max_vfs; variable
214 module_param(max_vfs, uint, 0);
215 MODULE_PARM_DESC(max_vfs, "Maximum number of virtual functions to allocate per physical function");
2729 old_vfs, max_vfs); in igb_enable_sriov()
2867 igb_enable_sriov(pdev, max_vfs); in igb_probe_vfs()
2981 if (max_vfs > 7) { in igb_sw_init()
2984 max_vfs = adapter->vfs_allocated_count = 7; in igb_sw_init()
2986 adapter->vfs_allocated_count = max_vfs; in igb_sw_init()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_defs.h777 u8 max_vfs; member
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c150 static unsigned int max_vfs; variable
151 module_param(max_vfs, uint, 0);
152 MODULE_PARM_DESC(max_vfs,
5333 if (max_vfs > 0) in ixgbe_sw_init()
5338 if (max_vfs > IXGBE_MAX_VFS_DRV_LIMIT) { in ixgbe_sw_init()
5342 adapter->num_vfs = max_vfs; in ixgbe_sw_init()
8817 if (max_vfs) in ixgbe_remove()