Searched refs:code_s2l (Results 1 – 2 of 2) sorted by relevance
672 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq() argument683 else if (code_s2l & (FM_STKISS)) { in mac2_irq()690 change_s2l = smc->hw.fp.s2l ^ code_s2l ; in mac2_irq()694 (!smc->hw.mac_ring_is_up && ((code_s2l & FM_SRNGOP)))) { in mac2_irq()695 if (code_s2l & FM_SRNGOP) { in mac2_irq()706 if (code_s2l & FM_SMISFRM) { /* missed frame */ in mac2_irq()723 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()730 if (code_s2l & FM_SDUPCLM) { in mac2_irq()743 if ( (code_s2l & FM_STRTEXP) || in mac2_irq()744 (code_s2l & FM_STRTEXR) ) in mac2_irq()[all …]
475 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);