Lines Matching refs:second
105 struct net_device *second; /* for ISA/dual cards */ member
510 if( nl->second ) in sbni_interrupt()
511 spin_lock(&NET_LOCAL_LOCK(nl->second)); in sbni_interrupt()
518 if( nl->second && /* second channel present */ in sbni_interrupt()
519 (inb( nl->second->base_addr+CSR0 ) & (RC_RDY | TR_RDY)) ) in sbni_interrupt()
520 handle_channel( nl->second ), in sbni_interrupt()
524 if( nl->second ) in sbni_interrupt()
525 spin_unlock(&NET_LOCAL_LOCK(nl->second)); in sbni_interrupt()
1175 ->second = dev; in sbni_open()
1215 if( nl->second && nl->second->flags & IFF_UP ) { in sbni_close()
1217 nl->second->name); in sbni_close()
1231 nl->second = NULL; in sbni_close()