Home
last modified time | relevance | path

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

/drivers/net/fddi/skfp/
Dfplustm.c680 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l) in mac2_irq() argument
691 else if (code_s2l & (FM_STKISS)) { in mac2_irq()
698 change_s2l = smc->hw.fp.s2l ^ code_s2l ; in mac2_irq()
702 (!smc->hw.mac_ring_is_up && ((code_s2l & FM_SRNGOP)))) { in mac2_irq()
703 if (code_s2l & FM_SRNGOP) { in mac2_irq()
714 if (code_s2l & FM_SMISFRM) { /* missed frame */ in mac2_irq()
731 if ((code_s2u & FM_SMYCLM) && !(code_s2l & FM_SDUPCLM)) { in mac2_irq()
738 if (code_s2l & FM_SDUPCLM) { in mac2_irq()
751 if ( (code_s2l & FM_STRTEXP) || in mac2_irq()
752 (code_s2l & FM_STRTEXR) ) in mac2_irq()
[all …]
/drivers/net/fddi/skfp/h/
Dsmc.h479 void mac2_irq(struct s_smc *smc, u_short code_s2u, u_short code_s2l);