Lines Matching +full:single +full:- +full:cell
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* atmdev.h - ATM device driver declarations and various related items */
4 /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
21 bits per cell: /8/53
22 max cell rate: 353207.547 cells/sec */
23 #define ATM_25_PCR ((25600000/8-8000)/54)
24 /* 25 Mbps ATM cell rate (59111) */
28 bits per cell: /8/53
29 max cell rate: 1412830.188 cells/sec */
97 /* enable or disable single-copy */
113 * above. In the future we may support dynamic loading of these - for now,
117 #define ATM_BACKEND_PPP 1 /* PPPoATM - RFC2364 */
127 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */
129 #define __ATM_LM_AAL 1 /* loop back PDUs --' | | | */
130 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
131 /* RESERVED 4 loop back on PHY side ---' */
132 #define __ATM_LM_PHY 8 /* loop back bits (digital) ----' | */
133 #define __ATM_LM_ANALOG 16 /* loop back the analog signal --------' */
167 #define ATM_CI_MAX -1 /* use maximum range of VPI/VCI */
170 signed char vpi_bits; /* 1..8, ATM_CI_MAX (-1) for maximum */
171 signed char vci_bits; /* 1..16, ATM_CI_MAX (-1) for maximum */
176 #define ATM_SC_RX 1024 /* enable RX single-copy */
177 #define ATM_SC_TX 2048 /* enable TX single-copy */
195 * ATM_VS_* are used to express VC state in a human-friendly way.