Searched refs:aal34 (Results 1 – 6 of 6) sorted by relevance
| /linux/net/atm/ ! |
| H A D | resources.c | 183 copy_aal_stats(&dev->stats.aal34, &tmp.aal34); in fetch_stats() 189 subtract_aal_stats(&dev->stats.aal34, &tmp.aal34); in fetch_stats()
|
| H A D | common.c | 415 vcc->stats = &dev->stats.aal34; in __vcc_connect()
|
| /linux/include/uapi/linux/ ! |
| H A D | atmdev.h | 50 struct atm_aal_stats aal34; member
|
| /linux/drivers/atm/ ! |
| H A D | fore200e.c | 1843 be32_to_cpu(fore200e->stats->aal34.cells_transmitted) + in fore200e_fetch_stats() 1846 be32_to_cpu(fore200e->stats->aal34.cells_received) + in fore200e_fetch_stats() 2892 be32_to_cpu(fore200e->stats->aal34.cells_transmitted), in fore200e_proc_read() 2893 be32_to_cpu(fore200e->stats->aal34.cells_received), in fore200e_proc_read() 2894 be32_to_cpu(fore200e->stats->aal34.cells_dropped), in fore200e_proc_read() 2895 be32_to_cpu(fore200e->stats->aal34.cells_crc_errors), in fore200e_proc_read() 2896 be32_to_cpu(fore200e->stats->aal34.cells_protocol_errors), in fore200e_proc_read() 2897 be32_to_cpu(fore200e->stats->aal34.cspdus_transmitted), in fore200e_proc_read() 2898 be32_to_cpu(fore200e->stats->aal34.cspdus_received), in fore200e_proc_read() 2899 be32_to_cpu(fore200e->stats->aal34.cspdus_dropped), in fore200e_proc_read() [all …]
|
| H A D | fore200e.h | 446 struct stats_aal34 aal34; /* AAL3/4 statistics */ member
|
| /linux/include/linux/ ! |
| H A D | atmdev.h | 41 struct k_atm_aal_stats aal34; member
|