Searched refs:slave_cnt (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 Dbonding.h53 ((bond)->slave_cnt > 0))
94 cnt < (bond)->slave_cnt; \
109 ((cnt < (bond)->slave_cnt) && (pos != (stop)->next)); \
182 s32 slave_cnt; /* never change this value outside the attach/detach wrappers */ member in struct:bonding
H A Dbond_main.c279 (bond->slave_cnt == 0)) {
583 if (bond->slave_cnt == 0)
1013 if (bond->slave_cnt > 0) { /* found one slave */
1188 bond->slave_cnt++;
1212 if (bond->slave_cnt > 1) { /* there are more slave */
1221 bond->slave_cnt--;
1330 if (bond->slave_cnt == 0) {
1547 if (bond->slave_cnt == 1) {
1670 if (!mac_addr_differ && (bond->slave_cnt > 1)) {
1734 if (bond->slave_cnt
[all...]
H A Dbond_alb.c1080 if (bond->slave_cnt == 0) {
1388 if (bond->slave_cnt == 0) {
1526 if (bond->slave_cnt > 1) {
1590 if (!new_slave || (bond->slave_cnt == 0)) {
H A Dbond_3ad.c173 if (bond->slave_cnt == 0) {
212 if ((bond == NULL) || (bond->slave_cnt == 0)) {
2062 if (bond->slave_cnt == 0) {

Completed in 70 milliseconds