Searched refs:code_s2u (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() argument687 if (code_s2u & (FM_SCLM|FM_SHICLM|FM_SBEC|FM_SOTRBEC)) { in mac2_irq()698 change_s2u = smc->hw.fp.s2u ^ code_s2u ; in mac2_irq()716 if (code_s2u & (FM_SRCVOVR | /* recv. FIFO overflow */ in mac2_irq()723 if (code_s2u & FM_SOTRBEC) in mac2_irq()725 if (code_s2u & FM_SMYBEC) in mac2_irq()727 if (change_s2u & code_s2u & FM_SLOCLM) { in mac2_irq()730 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()747 if (change_s2u & code_s2u & FM_SHICLM) { in mac2_irq()762 if (code_s2u & FM_SBEC) in mac2_irq()[all …]
479 extern void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);