Searched refs:max_vfs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb_main.c167 static unsigned int max_vfs = 0; variable
168 module_param(max_vfs, uint, 0);
169 MODULE_PARM_DESC(max_vfs, "Maximum number of virtual functions to allocate "
2273 adapter->vfs_allocated_count = (max_vfs > 7) ? 7 : max_vfs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c132 static unsigned int max_vfs; variable
133 module_param(max_vfs, uint, 0);
134 MODULE_PARM_DESC(max_vfs, "Maximum number of virtual functions to allocate "
6469 if (hw->mac.type != ixgbe_mac_82599EB || !max_vfs)
6477 adapter->num_vfs = (max_vfs > 63) ? 63 : max_vfs;

Completed in 141 milliseconds