Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_main.c124 static int packets_per_slave = 1; variable
197 module_param(packets_per_slave, int, 0);
198 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr "
4825 * bond_rr_gen_slave_id - generate slave id based on packets_per_slave in bond_rr_gen_slave_id()
4828 * Based on the value of the bonding device's packets_per_slave parameter in bond_rr_gen_slave_id()
4836 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id()
4838 switch (packets_per_slave) { in bond_rr_gen_slave_id()
6117 bond_opt_initval(&newval, packets_per_slave); in bond_check_params()
6119 pr_warn("Warning: packets_per_slave ( in bond_check_params()
4829 int packets_per_slave = bond->params.packets_per_slave; bond_rr_gen_slave_id() local
[all...]
H A Dbond_options.c1647 bond->params.packets_per_slave = newval->value; in bond_option_pps_set()