Searched refs:max_vfs (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/Documentation/networking/ |
D | igbvf.txt | 21 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
|
D | ixgbevf.txt | 21 with a max_vfs value of 1 or greater.
|
D | igb.txt | 31 max_vfs 37 max_vfs worth of virtual function.
|
D | ixgbe.txt | 197 max_vfs 206 max_vfs worth of virtual function.
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | siena_sriov.c | 181 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/ |
D | be.h | 414 u16 max_vfs; /* Total VFs "really" supported by FW/HW */ member 594 #define be_max_vfs(adapter) (adapter->pool_res.max_vfs)
|
D | be_main.c | 3787 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()
|
D | be_cmds.c | 3700 res->max_vfs = le16_to_cpu(pcie->num_vfs); in be_cmd_get_profile_config()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 213 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/ |
D | bfa_defs.h | 777 u8 max_vfs; member
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 150 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()
|