Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/bonding/
Dbond_netlink.c456 int packets_per_slave = in bond_changelink() local
459 bond_opt_initval(&newval, packets_per_slave); in bond_changelink()
632 unsigned int packets_per_slave; in bond_fill_info() local
747 packets_per_slave = bond->params.packets_per_slave; in bond_fill_info()
749 packets_per_slave)) in bond_fill_info()
Dbond_sysfs.c706 unsigned int packets_per_slave = bond->params.packets_per_slave; in bonding_show_packets_per_slave() local
708 return sysfs_emit(buf, "%u\n", packets_per_slave); in bonding_show_packets_per_slave()
710 static DEVICE_ATTR(packets_per_slave, 0644,
Dbond_main.c121 static int packets_per_slave = 1; variable
195 module_param(packets_per_slave, int, 0);
196 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr "
4812 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id() local
4814 switch (packets_per_slave) { in bond_rr_gen_slave_id()
5998 bond_opt_initval(&newval, packets_per_slave); in bond_check_params()
6001 packets_per_slave, USHRT_MAX); in bond_check_params()
6002 packets_per_slave = 1; in bond_check_params()
6220 params->packets_per_slave = packets_per_slave; in bond_check_params()
6225 if (packets_per_slave > 0) { in bond_check_params()
[all …]
Dbond_options.c1491 bond->params.packets_per_slave = newval->value; in bond_option_pps_set()
/Linux-v6.1/include/net/
Dbonding.h147 int packets_per_slave; member
/Linux-v6.1/Documentation/networking/
Dbonding.rst764 packets_per_slave