Searched refs:packets_per_slave (Results 1 – 4 of 4) sorted by relevance
492 int packets_per_slave = in bond_changelink() local495 bond_opt_initval(&newval, packets_per_slave); in bond_changelink()832 READ_ONCE(bond->params.packets_per_slave))) in bond_fill_info()
122 static int packets_per_slave = 1; variable195 module_param(packets_per_slave, int, 0);196 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr "4939 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id() local4941 switch (packets_per_slave) { in bond_rr_gen_slave_id()6227 bond_opt_initval(&newval, packets_per_slave); in bond_check_params()6230 packets_per_slave, USHRT_MAX); in bond_check_params()6231 packets_per_slave = 1; in bond_check_params()6448 params->packets_per_slave = packets_per_slave; in bond_check_params()6456 if (packets_per_slave > 0) { in bond_check_params()[all …]
1667 WRITE_ONCE(bond->params.packets_per_slave, newval->value); in bond_option_pps_set()
142 int packets_per_slave; member