Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/bonding/
Dbond_main.c99 static int max_bonds = BOND_DEFAULT_MAX_BONDS; variable
124 module_param(max_bonds, int, 0);
125 MODULE_PARM_DESC(max_bonds, "Max number of bonded devices");
5935 if (max_bonds < 0) { in bond_check_params()
5937 max_bonds, 0, INT_MAX, BOND_DEFAULT_MAX_BONDS); in bond_check_params()
5938 max_bonds = BOND_DEFAULT_MAX_BONDS; in bond_check_params()
6119 } else if (max_bonds) { in bond_check_params()
6387 for (i = 0; i < max_bonds; i++) { in bonding_init()
/Linux-v6.1/Documentation/networking/
Dbonding.rst553 max_bonds
556 instance of the bonding driver. E.g., if max_bonds is 3, and
1178 the max_bonds bonding parameter; this will confuse the configuration
1233 (as described above). Do not specify the "max_bonds" parameter to any
1427 options, you may wish to use the "max_bonds" module parameter,