Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/bonding/
Dbond_netlink.c382 int packets_per_slave = in bond_changelink() local
385 bond_opt_initval(&newval, packets_per_slave); in bond_changelink()
526 unsigned int packets_per_slave; in bond_fill_info() local
621 packets_per_slave = bond->params.packets_per_slave; in bond_fill_info()
623 packets_per_slave)) in bond_fill_info()
Dbond_sysfs.c673 unsigned int packets_per_slave = bond->params.packets_per_slave; in bonding_show_packets_per_slave() local
675 return sprintf(buf, "%u\n", packets_per_slave); in bonding_show_packets_per_slave()
677 static DEVICE_ATTR(packets_per_slave, 0644,
Dbond_main.c112 static int packets_per_slave = 1; variable
186 module_param(packets_per_slave, int, 0);
187 MODULE_PARM_DESC(packets_per_slave, "Packets to send per slave in balance-rr "
3838 int packets_per_slave = bond->params.packets_per_slave; in bond_rr_gen_slave_id() local
3840 switch (packets_per_slave) { in bond_rr_gen_slave_id()
4502 bond_opt_initval(&newval, packets_per_slave); in bond_check_params()
4505 packets_per_slave, USHRT_MAX); in bond_check_params()
4506 packets_per_slave = 1; in bond_check_params()
4722 params->packets_per_slave = packets_per_slave; in bond_check_params()
4727 if (packets_per_slave > 0) { in bond_check_params()
[all …]
Dbond_options.c1272 bond->params.packets_per_slave = newval->value; in bond_option_pps_set()
/Linux-v5.4/include/net/
Dbonding.h137 int packets_per_slave; member
/Linux-v5.4/Documentation/networking/
Dbonding.txt721 packets_per_slave