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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_alb.c335 client_info->ntt = 1;
452 bond_info->rx_hashtbl[index].ntt = 1;
534 if (client_info->ntt) {
537 client_info->ntt = 0;
555 int ntt = 0; local
566 client_info->ntt = 1;
567 ntt = 1;
572 if (ntt) {
609 client_info->ntt = 1;
671 client_info->ntt
752 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.c655 * __update_ntt - update a port's ntt variable from a received lacpdu
659 * Updates the value of the ntt variable, using parameter values from a newly
664 * then ntt is set to TRUE. Otherwise, ntt remains unchanged.
681 // set ntt to be TRUE
682 port->ntt = 1;
1041 port->ntt = 1;
1052 port->ntt = 1;
1058 port->ntt = 1;
1215 if (port->ntt
[all...]
H A Dbond_3ad.h208 u16 ntt; // BOOLEAN member in struct:port

Completed in 56 milliseconds