Home
last modified time | relevance | path

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

/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,
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/
Dbfa_defs.h721 u8 max_vfs; member
/drivers/net/ethernet/intel/igb/
Digb_main.c205 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/
Dixgbe_main.c134 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()