Searched refs:packets_per_slave (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_netlink.c | 463 int packets_per_slave = in bond_changelink() local 466 bond_opt_initval(&newval, packets_per_slave); in bond_changelink() 652 unsigned int packets_per_slave; in bond_fill_info() local 767 packets_per_slave = bond->params.packets_per_slave; in bond_fill_info() 769 packets_per_slave)) in bond_fill_info()
|
| H A D | bond_sysfs.c | 705 unsigned int packets_per_slave = bond->params.packets_per_slave; in bonding_show_packets_per_slave() local 707 return sysfs_emit(buf, "%u\n", packets_per_slave); in bonding_show_packets_per_slave() 709 static DEVICE_ATTR(packets_per_slave, 0644,
|
| H A D | bond_main.c | 124 static int packets_per_slave = 1; variable 198 module_param(packets_per_slave, int, 0); 199 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr " 4989 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id() local 4991 switch (packets_per_slave) { in bond_rr_gen_slave_id() 6226 bond_opt_initval(&newval, packets_per_slave); in bond_check_params() 6229 packets_per_slave, USHRT_MAX); in bond_check_params() 6230 packets_per_slave = 1; in bond_check_params() 6448 params->packets_per_slave = packets_per_slave; in bond_check_params() 6454 if (packets_per_slave > 0) { in bond_check_params() [all …]
|
| H A D | bond_options.c | 1619 bond->params.packets_per_slave = newval->value; in bond_option_pps_set()
|
| /linux-6.15/include/net/ |
| H A D | bonding.h | 143 int packets_per_slave; member
|
| /linux-6.15/Documentation/networking/ |
| H A D | bonding.rst | 777 packets_per_slave
|