Home
last modified time | relevance | path

Searched refs:oc3 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/atm/
Dfore200e.c1929 tmp.section_bip = be32_to_cpu(fore200e->stats->oc3.section_bip8_errors); in fore200e_fetch_stats()
1930 tmp.line_bip = be32_to_cpu(fore200e->stats->oc3.line_bip24_errors); in fore200e_fetch_stats()
1931 tmp.path_bip = be32_to_cpu(fore200e->stats->oc3.path_bip8_errors); in fore200e_fetch_stats()
1932 tmp.line_febe = be32_to_cpu(fore200e->stats->oc3.line_febe_errors); in fore200e_fetch_stats()
1933 tmp.path_febe = be32_to_cpu(fore200e->stats->oc3.path_febe_errors); in fore200e_fetch_stats()
1934 tmp.corr_hcs = be32_to_cpu(fore200e->stats->oc3.corr_hcs_errors); in fore200e_fetch_stats()
1935 tmp.uncorr_hcs = be32_to_cpu(fore200e->stats->oc3.ucorr_hcs_errors); in fore200e_fetch_stats()
2963 be32_to_cpu(fore200e->stats->oc3.section_bip8_errors), in fore200e_proc_read()
2964 be32_to_cpu(fore200e->stats->oc3.path_bip8_errors), in fore200e_proc_read()
2965 be32_to_cpu(fore200e->stats->oc3.line_bip24_errors), in fore200e_proc_read()
[all …]
Dfore200e.h443 struct stats_oc3 oc3; /* OC-3 statistics */ member