Home
last modified time | relevance | path

Searched refs:stl (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/
Ddrvfbi.c286 void mac1_irq(smc,stu, stl) in mac1_irq() argument
289 u_short stl;
297 if (stl & (FM_SPCEPDS | /* parit/coding err. syn.q.*/
303 if (stl & (FM_STBURS | /* tx buffer underrun syn.q.*/
315 (stl & (FM_SQLCKS | /* lock for syn. q. */
320 stl = inpw(FM_A(FM_ST1L)) ;
322 if (stu || stl)
347 void mac1_irq(smc,stu, stl) in mac1_irq() argument
350 u_short stl;
358 if (stl & (FM_SPCEPDS | /* parity err. syn.q.*/
[all …]
Dhwmtm.c710 u_short stu, stl ; local
754 stl = inpw(FM_A(FM_ST1L)) ;
756 mac1_irq(smc,stu,stl) ;
760 stl= inpw(FM_A(FM_ST2L)) ;
762 DB_GEN("stl = %x : stu = %x",stl,stu,7) ;
763 mac2_irq(smc,stu,stl) ;
767 stl= inpw(FM_A(FM_ST3L)) ;
769 mac3_irq(smc,stu,stl) ;