Lines Matching refs:lem
90 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy);
1088 smt_fill_lem(smc,sif->lem,PS) ; in smt_send_sif_operation()
1092 smt_fill_lem(smc,&sif->lem[i],i) ; in smt_send_sif_operation()
1410 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy) in smt_fill_lem() argument
1416 SMTSETPARA(lem,SMT_P_LEM) ; in smt_fill_lem()
1417 lem->lem_mib_index = phy+INDEX_PORT ; in smt_fill_lem()
1418 lem->lem_phy_index = phy_index(smc,phy) ; in smt_fill_lem()
1419 lem->lem_pad2 = 0 ; in smt_fill_lem()
1420 lem->lem_cutoff = mib->fddiPORTLer_Cutoff ; in smt_fill_lem()
1421 lem->lem_alarm = mib->fddiPORTLer_Alarm ; in smt_fill_lem()
1423 lem->lem_estimate = mib->fddiPORTLer_Estimate ; in smt_fill_lem()
1425 lem->lem_reject_ct = mib->fddiPORTLem_Reject_Ct ; in smt_fill_lem()
1426 lem->lem_ct = mib->fddiPORTLem_Ct ; /* total number of errors */ in smt_fill_lem()