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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_3ad.h261 int lacp_fast; /* whether fast periodic tx should be member in struct:ad_bond_info
276 void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution, int lacp_fast);
H A Dbonding.h133 int lacp_fast; member in struct:bond_params
H A Dbond_3ad.c138 static void ad_initialize_port(struct port *port, int lacp_fast);
1631 * @lacp_fast: boolean. whether fast periodic should be used
1634 static void ad_initialize_port(struct port *port, int lacp_fast) argument
1648 if (lacp_fast) {
1810 * @lacp_fast: boolean. whether fast periodic should be used
1814 void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution, int lacp_fast) argument
1821 BOND_AD_INFO(bond).lacp_fast = lacp_fast;
1859 ad_initialize_port(port, BOND_AD_INFO(bond).lacp_fast);
H A Dbond_sysfs.c898 bond_lacp_tbl[bond->params.lacp_fast].modename,
899 bond->params.lacp_fast) + 1;
928 bond->params.lacp_fast = new_value;
H A Dbond_main.c150 static int lacp_fast = 0; variable
1553 bond->params.lacp_fast);
3047 (bond->params.lacp_fast) ? "fast" : "slow");
4420 lacp_fast = bond_parse_parm(lacp_rate, bond_lacp_tbl);
4421 if (lacp_fast == -1) {
4657 params->lacp_fast = lacp_fast;

Completed in 86 milliseconds