Searched refs:max_bonds (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/bonding/ |
D | bond_main.c | 101 static int max_bonds = BOND_DEFAULT_MAX_BONDS; variable 126 module_param(max_bonds, int, 0); 127 MODULE_PARM_DESC(max_bonds, "Max number of bonded devices"); 6151 if (max_bonds < 0) { in bond_check_params() 6153 max_bonds, 0, INT_MAX, BOND_DEFAULT_MAX_BONDS); in bond_check_params() 6154 max_bonds = BOND_DEFAULT_MAX_BONDS; in bond_check_params() 6335 } else if (max_bonds) { in bond_check_params() 6622 for (i = 0; i < max_bonds; i++) { in bonding_init()
|
/linux-6.12.1/Documentation/networking/ |
D | bonding.rst | 565 max_bonds 568 instance of the bonding driver. E.g., if max_bonds is 3, and 1193 the max_bonds bonding parameter; this will confuse the configuration 1248 (as described above). Do not specify the "max_bonds" parameter to any 1442 options, you may wish to use the "max_bonds" module parameter,
|