Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_netlink.c478 int packets_per_slave = in bond_changelink() local
481 bond_opt_initval(&newval, packets_per_slave); in bond_changelink()
680 unsigned int packets_per_slave; in bond_fill_info() local
795 packets_per_slave = bond->params.packets_per_slave; in bond_fill_info()
797 packets_per_slave)) in bond_fill_info()
H A Dbond_sysfs.c703 unsigned int packets_per_slave = bond->params.packets_per_slave; in bonding_show_packets_per_slave() local
705 return sysfs_emit(buf, "%u\n", packets_per_slave); in bonding_show_packets_per_slave()
707 static DEVICE_ATTR(packets_per_slave, 0644,
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 "
4931 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id() local
4933 switch (packets_per_slave) { in bond_rr_gen_slave_id()
6215 bond_opt_initval(&newval, packets_per_slave); in bond_check_params()
6218 packets_per_slave, USHRT_MAX); in bond_check_params()
6219 packets_per_slave = 1; in bond_check_params()
6436 params->packets_per_slave = packets_per_slave; in bond_check_params()
6443 if (packets_per_slave > 0) { in bond_check_params()
[all …]
H A Dbond_options.c1650 bond->params.packets_per_slave = newval->value; in bond_option_pps_set()
/linux/include/net/
H A Dbonding.h144 int packets_per_slave; member
/linux/Documentation/networking/
H A Dbonding.rst799 packets_per_slave