Searched refs:oc3 (Results 1 – 3 of 3) sorted by relevance
1832 tmp.section_bip = be32_to_cpu(fore200e->stats->oc3.section_bip8_errors); in fore200e_fetch_stats()1833 tmp.line_bip = be32_to_cpu(fore200e->stats->oc3.line_bip24_errors); in fore200e_fetch_stats()1834 tmp.path_bip = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors); in fore200e_fetch_stats()1835 tmp.line_febe = be32_to_cpu(fore200e->stats->oc3.line_febe_errors); in fore200e_fetch_stats()1836 tmp.path_febe = be32_to_cpu(fore200e->stats->oc3.path_febe_errors); in fore200e_fetch_stats()1837 tmp.corr_hcs = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors); in fore200e_fetch_stats()1838 tmp.uncorr_hcs = be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors); in fore200e_fetch_stats()2850 be32_to_cpu(fore200e->stats->oc3.section_bip8_errors), in fore200e_proc_read()2851 be32_to_cpu(fore200e->stats->oc3.path_bip8_errors), in fore200e_proc_read()2852 be32_to_cpu(fore200e->stats->oc3.line_bip24_errors), in fore200e_proc_read()[all …]
443 struct stats_oc3 oc3; /* OC-3 statistics */ member
1003 u32 st, ex, oc1, oc2, oc3, oc4; in soctherm_edp_isr_thread() local1010 oc3 = st & OC_INTR_OC3_MASK; in soctherm_edp_isr_thread()1012 ex = oc1 | oc2 | oc3 | oc4; in soctherm_edp_isr_thread()1025 if (oc3 && !soctherm_handle_alarm(THROTTLE_OC3)) in soctherm_edp_isr_thread()1039 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()