Searched refs:code_s2l (Results 1 – 2 of 2) sorted by relevance
679 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq() argument690 else if (code_s2l & (FM_STKISS)) { in mac2_irq()697 change_s2l = smc->hw.fp.s2l ^ code_s2l ; in mac2_irq()701 (!smc->hw.mac_ring_is_up && ((code_s2l & FM_SRNGOP)))) { in mac2_irq()702 if (code_s2l & FM_SRNGOP) { in mac2_irq()713 if (code_s2l & FM_SMISFRM) { /* missed frame */ in mac2_irq()730 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()737 if (code_s2l & FM_SDUPCLM) { in mac2_irq()750 if ( (code_s2l & FM_STRTEXP) || in mac2_irq()751 (code_s2l & FM_STRTEXR) ) in mac2_irq()[all …]
479 extern void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);