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