Searched refs:code_s2l (Results 1 – 2 of 2) sorted by relevance
676 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq() argument687 else if (code_s2l & (FM_STKISS)) { in mac2_irq()694 change_s2l = smc->hw.fp.s2l ^ code_s2l ; in mac2_irq()698 (!smc->hw.mac_ring_is_up && ((code_s2l & FM_SRNGOP)))) { in mac2_irq()699 if (code_s2l & FM_SRNGOP) { in mac2_irq()710 if (code_s2l & FM_SMISFRM) { /* missed frame */ in mac2_irq()727 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()734 if (code_s2l & FM_SDUPCLM) { in mac2_irq()747 if ( (code_s2l & FM_STRTEXP) || in mac2_irq()748 (code_s2l & FM_STRTEXR) ) in mac2_irq()[all …]
475 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);