Lines Matching refs:started
149 unsigned char started; member
521 lp->started = 0; in eexp_close()
544 if (lp->started) in unstick_cu()
710 if ((dev->flags & IFF_UP) && !(lp->started & STARTED_CU)) { in eexp_start_irq()
745 lp->started |= STARTED_CU; in eexp_start_irq()
748 if (!(lp->started & STARTED_RU)) { in eexp_start_irq()
752 lp->started |= STARTED_RU; in eexp_start_irq()
757 if ((dev->flags & IFF_UP) && !(lp->started & STARTED_RU) && SCB_RUstat(status)==4) in eexp_start_irq()
758 lp->started|=STARTED_RU; in eexp_start_irq()
795 if (lp->started == (STARTED_CU | STARTED_RU)) { in eexp_irq()
1456 lp->started = 0; in eexp_hw_init586()
1640 lp->started &= ~(STARTED_CU); in eexp_set_multicast()