Lines Matching refs:lem
82 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy);
1066 struct_size(sif, lem, ports))))
1080 smt_fill_lem(smc,sif->lem,PS) ;
1084 smt_fill_lem(smc,&sif->lem[i],i) ;
1402 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy)
1408 SMTSETPARA(lem,SMT_P_LEM) ;
1409 lem->lem_mib_index = phy+INDEX_PORT ;
1410 lem->lem_phy_index = phy_index(smc,phy) ;
1411 lem->lem_pad2 = 0 ;
1412 lem->lem_cutoff = mib->fddiPORTLer_Cutoff ;
1413 lem->lem_alarm = mib->fddiPORTLer_Alarm ;
1415 lem->lem_estimate = mib->fddiPORTLer_Estimate ;
1417 lem->lem_reject_ct = mib->fddiPORTLem_Reject_Ct ;
1418 lem->lem_ct = mib->fddiPORTLem_Ct ; /* total number of errors */