Lines Matching refs:packets_per_slave
113 static int packets_per_slave = 1; variable
187 module_param(packets_per_slave, int, 0);
188 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr "
3685 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id() local
3687 switch (packets_per_slave) { in bond_rr_gen_slave_id()
4332 bond_opt_initval(&newval, packets_per_slave); in bond_check_params()
4335 packets_per_slave, USHRT_MAX); in bond_check_params()
4336 packets_per_slave = 1; in bond_check_params()
4544 params->packets_per_slave = packets_per_slave; in bond_check_params()
4549 if (packets_per_slave > 0) { in bond_check_params()
4551 reciprocal_value(packets_per_slave); in bond_check_params()