Searched refs:lacp_fast (Results 1 - 5 of 5) sorted by relevance

/drivers/net/bonding/
H A Dbond_3ad.c113 static void ad_initialize_port(struct port *port, int lacp_fast);
1662 * @lacp_fast: boolean. whether fast periodic should be used
1665 static void ad_initialize_port(struct port *port, int lacp_fast) argument
1698 if (lacp_fast)
1911 ad_initialize_port(port, bond->params.lacp_fast);
2492 int lacp_fast; local
2495 lacp_fast = bond->params.lacp_fast;
2500 if (lacp_fast)
H A Dbond_procfs.c128 (bond->params.lacp_fast) ? "fast" : "slow");
H A Dbonding.h150 int lacp_fast; member in struct:bond_params
H A Dbond_sysfs.c799 bond_lacp_tbl[bond->params.lacp_fast].modename,
800 bond->params.lacp_fast);
827 bond->params.lacp_fast = new_value;
H A Dbond_main.c193 static int lacp_fast; variable
4490 lacp_fast = bond_parse_parm(lacp_rate, bond_lacp_tbl);
4491 if (lacp_fast == -1) {
4745 params->lacp_fast = lacp_fast;

Completed in 183 milliseconds