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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbonding.h46 ((bond)->slave_cnt > 0))
90 cnt < (bond)->slave_cnt; \
105 ((cnt < (bond)->slave_cnt) && (pos != (stop)->next)); \
198 s32 slave_cnt; /* never change this value outside the attach/detach wrappers */ member in struct:bonding
H A Dbond_main.c325 (bond->slave_cnt == 0)) {
633 if (bond->slave_cnt == 0)
1062 if (bond->slave_cnt > 0) /* found one slave */
1241 bond->slave_cnt++;
1263 if (bond->slave_cnt > 1) { /* there are more slave */
1272 bond->slave_cnt--;
1452 if (bond->slave_cnt == 0) {
1480 if (bond->slave_cnt == 0) {
1517 if (bond->slave_cnt == 0) {
1531 if (bond->slave_cnt
[all...]
H A Dbond_alb.c1098 if (bond->slave_cnt == 0) {
1417 if (bond->slave_cnt == 0) {
1561 if (bond->slave_cnt > 1) {
1634 if (!new_slave || (bond->slave_cnt == 0)) {
H A Dbond_3ad.c147 if (bond->slave_cnt == 0) {
186 if ((bond == NULL) || (bond->slave_cnt == 0)) {
2064 if (bond->slave_cnt == 0) {
H A Dbond_sysfs.c462 if (bond->slave_cnt != 0) {

Completed in 117 milliseconds