Searched refs:lacp_fast (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_3ad.c | 104 static void ad_initialize_port(struct port *port, int lacp_fast); 1816 * @lacp_fast: boolean. whether fast periodic should be used 1818 static void ad_initialize_port(struct port *port, int lacp_fast) in ad_initialize_port() argument 1848 if (lacp_fast) in ad_initialize_port() 2031 ad_initialize_port(port, bond->params.lacp_fast); in bond_3ad_bind_slave() 2699 int lacp_fast; in bond_3ad_update_lacp_rate() local 2701 lacp_fast = bond->params.lacp_fast; in bond_3ad_update_lacp_rate() 2705 if (lacp_fast) in bond_3ad_update_lacp_rate()
|
H A D | bond_procfs.c | 135 (bond->params.lacp_fast) ? "fast" : "slow"); in bond_info_show_master()
|
H A D | bond_sysfs.c | 350 val = bond_opt_get_val(BOND_OPT_LACP_RATE, bond->params.lacp_fast); in bonding_show_lacp() 352 return sprintf(buf, "%s %d\n", val->string, bond->params.lacp_fast); in bonding_show_lacp()
|
H A D | bond_netlink.c | 626 bond->params.lacp_fast)) in bond_fill_info()
|
H A D | bond_main.c | 4995 int lacp_fast = 0; in bond_check_params() local 5041 lacp_fast = valptr->value; in bond_check_params() 5334 params->lacp_fast = lacp_fast; in bond_check_params()
|
H A D | bond_options.c | 1308 bond->params.lacp_fast = newval->value; in bond_option_lacp_rate_set()
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_3ad.c | 108 static void ad_initialize_port(struct port *port, int lacp_fast); 1846 * @lacp_fast: boolean. whether fast periodic should be used 1848 static void ad_initialize_port(struct port *port, int lacp_fast) in ad_initialize_port() argument 1878 if (lacp_fast) in ad_initialize_port() 2055 ad_initialize_port(port, bond->params.lacp_fast); in bond_3ad_bind_slave() 2723 int lacp_fast; in bond_3ad_update_lacp_rate() local 2725 lacp_fast = bond->params.lacp_fast; in bond_3ad_update_lacp_rate() 2729 if (lacp_fast) in bond_3ad_update_lacp_rate()
|
H A D | bond_procfs.c | 156 (bond->params.lacp_fast) ? "fast" : "slow"); in bond_info_show_master()
|
H A D | bond_sysfs.c | 376 val = bond_opt_get_val(BOND_OPT_LACP_RATE, bond->params.lacp_fast); in bonding_show_lacp_rate() 378 return sysfs_emit(buf, "%s %d\n", val->string, bond->params.lacp_fast); in bonding_show_lacp_rate()
|
H A D | bond_netlink.c | 762 bond->params.lacp_fast)) in bond_fill_info()
|
H A D | bond_main.c | 5978 int lacp_fast = 0; in bond_check_params() local 6024 lacp_fast = valptr->value; in bond_check_params() 6319 params->lacp_fast = lacp_fast; in bond_check_params()
|
H A D | bond_options.c | 1511 bond->params.lacp_fast = newval->value; in bond_option_lacp_rate_set()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 130 int lacp_fast; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 133 int lacp_fast; member
|
Completed in 33 milliseconds