Searched refs:ntt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_alb.c340 client_info->ntt = 1;
467 bond_info->rx_hashtbl[index].ntt = 1;
547 if (client_info->ntt) {
550 client_info->ntt = 0;
568 int ntt = 0; local
579 client_info->ntt = 1;
580 ntt = 1;
585 if (ntt) {
620 client_info->ntt = 1;
682 client_info->ntt
759 int ntt; local
[all...]
H A Dbond_alb.h69 u8 ntt; /* flag - need to transmit client info */ member in struct:rlb_client_info
H A Dbond_3ad.c614 * __update_ntt - update a port's ntt variable from a received lacpdu
618 * Updates the value of the ntt variable, using parameter values from a newly
623 * then ntt is set to TRUE. Otherwise, ntt remains unchanged.
641 port->ntt = true;
998 port->ntt = true;
1009 port->ntt = true;
1015 port->ntt = true;
1173 if (port->ntt && (port->sm_vars & AD_PORT_LACP_ENABLED)) {
1180 /* mark ntt a
[all...]
H A Dbond_3ad.h211 bool ntt; member in struct:port

Completed in 120 milliseconds