Home
last modified time | relevance | path

Searched refs:aal0 (Results 1 – 6 of 6) sorted by relevance

/drivers/atm/
Dhorizon.h380 aal0, enumerator
Dfore200e.c1939 tmp.tx_cells = be32_to_cpu(fore200e->stats->aal0.cells_transmitted) + in fore200e_fetch_stats()
1942 tmp.rx_cells = be32_to_cpu(fore200e->stats->aal0.cells_received) + in fore200e_fetch_stats()
3005 be32_to_cpu(fore200e->stats->aal0.cells_transmitted), in fore200e_proc_read()
3006 be32_to_cpu(fore200e->stats->aal0.cells_received), in fore200e_proc_read()
3007 be32_to_cpu(fore200e->stats->aal0.cells_dropped)); in fore200e_proc_read()
Dhorizon.c1553 case aal0: in setup_idle_tx_channel()
2072 case aal0: in check_max_sdu()
2171 vcc.aal = aal0; in hrz_open()
Dfore200e.h444 struct stats_aal0 aal0; /* AAL0 statistics */ member
Didt77252.c1071 u32 aal0; in dequeue_rx() local
1088 aal0 = (vpi << ATM_HDR_VPI_SHIFT) | in dequeue_rx()
1090 aal0 |= (stat & SAR_RSQE_EPDU) ? 0x00000002 : 0; in dequeue_rx()
1091 aal0 |= (stat & SAR_RSQE_CLP) ? 0x00000001 : 0; in dequeue_rx()
1093 *((u32 *) sb->data) = aal0; in dequeue_rx()
Dlanai.c216 } aal0; member