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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1250-mac.c251 enum sbmac_state sbm_state; /* current state */ member in struct:sbmac_softc
1364 s->sbm_state = sbmac_state_off;
1414 if (s->sbm_state == sbmac_state_on)
1588 s->sbm_state = sbmac_state_on;
1623 if (s->sbm_state == sbmac_state_off)
1640 s->sbm_state = sbmac_state_off;
1670 enum sbmac_state oldstate = sc->sbm_state;
1716 if (sc->sbm_state != sbmac_state_on)
1823 if (s->sbm_state == sbmac_state_on)
1912 if (s->sbm_state
[all...]

Completed in 25 milliseconds