Lines Matching refs:opte1

1247 	struct e1_statistics *opte1;
1395 opte1 = (struct e1_statistics*) data;
1397 opte1->status = 0;
1399 opte1->status |= E1_NOALARM;
1401 opte1->status |= E1_LOS;
1403 opte1->status |= E1_LOF;
1405 opte1->status |= E1_AIS;
1407 opte1->status |= E1_LOMF;
1409 opte1->status |= E1_AIS16;
1411 opte1->status |= E1_FARLOF;
1413 opte1->status |= E1_FARLOMF;
1415 opte1->status |= E1_TSTREQ;
1417 opte1->status |= E1_TSTERR;
1419 opte1->cursec = c->cursec;
1420 opte1->totsec = c->totsec + c->cursec;
1422 opte1->currnt.bpv = c->currnt.bpv;
1423 opte1->currnt.fse = c->currnt.fse;
1424 opte1->currnt.crce = c->currnt.crce;
1425 opte1->currnt.rcrce = c->currnt.rcrce;
1426 opte1->currnt.uas = c->currnt.uas;
1427 opte1->currnt.les = c->currnt.les;
1428 opte1->currnt.es = c->currnt.es;
1429 opte1->currnt.bes = c->currnt.bes;
1430 opte1->currnt.ses = c->currnt.ses;
1431 opte1->currnt.oofs = c->currnt.oofs;
1432 opte1->currnt.css = c->currnt.css;
1433 opte1->currnt.dm = c->currnt.dm;
1435 opte1->total.bpv = c->total.bpv + c->currnt.bpv;
1436 opte1->total.fse = c->total.fse + c->currnt.fse;
1437 opte1->total.crce = c->total.crce + c->currnt.crce;
1438 opte1->total.rcrce = c->total.rcrce + c->currnt.rcrce;
1439 opte1->total.uas = c->total.uas + c->currnt.uas;
1440 opte1->total.les = c->total.les + c->currnt.les;
1441 opte1->total.es = c->total.es + c->currnt.es;
1442 opte1->total.bes = c->total.bes + c->currnt.bes;
1443 opte1->total.ses = c->total.ses + c->currnt.ses;
1444 opte1->total.oofs = c->total.oofs + c->currnt.oofs;
1445 opte1->total.css = c->total.css + c->currnt.css;
1446 opte1->total.dm = c->total.dm + c->currnt.dm;
1448 opte1->interval[s].bpv = c->interval[s].bpv;
1449 opte1->interval[s].fse = c->interval[s].fse;
1450 opte1->interval[s].crce = c->interval[s].crce;
1451 opte1->interval[s].rcrce = c->interval[s].rcrce;
1452 opte1->interval[s].uas = c->interval[s].uas;
1453 opte1->interval[s].les = c->interval[s].les;
1454 opte1->interval[s].es = c->interval[s].es;
1455 opte1->interval[s].bes = c->interval[s].bes;
1456 opte1->interval[s].ses = c->interval[s].ses;
1457 opte1->interval[s].oofs = c->interval[s].oofs;
1458 opte1->interval[s].css = c->interval[s].css;
1459 opte1->interval[s].dm = c->interval[s].dm;