Home
last modified time | relevance | path

Searched refs:max_bonds (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/bonding/
Dbond_main.c90 static int max_bonds = BOND_DEFAULT_MAX_BONDS; variable
115 module_param(max_bonds, int, 0);
116 MODULE_PARM_DESC(max_bonds, "Max number of bonded devices");
4439 if (max_bonds < 0) { in bond_check_params()
4441 max_bonds, 0, INT_MAX, BOND_DEFAULT_MAX_BONDS); in bond_check_params()
4442 max_bonds = BOND_DEFAULT_MAX_BONDS; in bond_check_params()
4623 } else if (max_bonds) { in bond_check_params()
4888 for (i = 0; i < max_bonds; i++) { in bonding_init()
/Linux-v5.4/Documentation/networking/
Dbonding.txt510 max_bonds
513 instance of the bonding driver. E.g., if max_bonds is 3, and
1108 the max_bonds bonding parameter; this will confuse the configuration
1163 (as described above). Do not specify the "max_bonds" parameter to any
1356 options, you may wish to use the "max_bonds" module parameter,