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)))) in smt_send_sif_operation()
1080 smt_fill_lem(smc,sif->lem,PS) ; in smt_send_sif_operation()
1084 smt_fill_lem(smc,&sif->lem[i],i) ; in smt_send_sif_operation()
1402 static void smt_fill_lem(struct s_smc *smc, struct smt_p_lem *lem, int phy) in smt_fill_lem() argument
1408 SMTSETPARA(lem,SMT_P_LEM) ; in smt_fill_lem()
1409 lem->lem_mib_index = phy+INDEX_PORT ; in smt_fill_lem()
1410 lem->lem_phy_index = phy_index(smc,phy) ; in smt_fill_lem()
1411 lem->lem_pad2 = 0 ; in smt_fill_lem()
1412 lem->lem_cutoff = mib->fddiPORTLer_Cutoff ; in smt_fill_lem()
1413 lem->lem_alarm = mib->fddiPORTLer_Alarm ; in smt_fill_lem()
1415 lem->lem_estimate = mib->fddiPORTLer_Estimate ; in smt_fill_lem()
1417 lem->lem_reject_ct = mib->fddiPORTLem_Reject_Ct ; in smt_fill_lem()
1418 lem->lem_ct = mib->fddiPORTLem_Ct ; /* total number of errors */ in smt_fill_lem()