Searched refs:max_vfs (Results 1 – 4 of 4) sorted by relevance
/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, 1045 if (!max_vfs) in efx_sriov_probe() 1050 if (count > 0 && count > max_vfs) in efx_sriov_probe() 1051 count = max_vfs; in efx_sriov_probe()
|
/drivers/scsi/bfa/ |
D | bfa_defs.h | 721 u8 max_vfs; member
|
/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 205 static unsigned int max_vfs = 0; variable 206 module_param(max_vfs, uint, 0); 207 MODULE_PARM_DESC(max_vfs, "Maximum number of virtual functions to allocate " 2281 "max_vfs setting of %d\n", old_vfs, max_vfs); in igb_probe_vfs() 2463 if (max_vfs > 7) { in igb_sw_init() 2468 adapter->vfs_allocated_count = max_vfs; in igb_sw_init()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 134 static unsigned int max_vfs; variable 135 module_param(max_vfs, uint, 0); 136 MODULE_PARM_DESC(max_vfs, 6755 adapter->num_vfs = (max_vfs > 63) ? 63 : max_vfs; in ixgbe_probe_vf()
|