Lines Matching refs:state
806 int state; /* Adapter OPENED or CLOSED */
817 int local_state; /* State within a 'media' state */
835 int save_cnt; /* Flag if state already saved */
991 static void yawn(struct net_device *dev, int state);
1243 lp->state = INITIALISED;
1252 lp->state = CLOSED;
1314 lp->state = OPEN;
1327 lp->state = CLOSED;
1836 lp->state = CLOSED;
1923 if (lp->state == OPEN) {
3191 ** The early return avoids a media state / SROM media space clash.
3623 if (lp->state != OPEN) return (struct sk_buff *)1; /* Fake out the open */
3674 ** 'running - waiting for end of transmission' state. This means that we
4625 if (lp->state == INITIALISED) {
4705 if (lp->state == INITIALISED) {
4796 if ((lp->state == INITIALISED) || (lp->media == INIT)) {
4879 getfrom_mii(MII_MRD | MII_RD, ioaddr); /* Tri-state MDIO */
5142 yawn(struct net_device *dev, int state)
5150 switch(state) {
5167 switch(state) {