|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | zatm_pool_info |
| struct | zatm_pool_req |
| struct | zatm_t_hist |
Macros | |
| #define | ZATM_GETPOOL _IOW('a',ATMIOC_SARPRV+1,struct atmif_sioc) |
| #define | ZATM_GETPOOLZ _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc) |
| #define | ZATM_SETPOOL _IOW('a',ATMIOC_SARPRV+3,struct atmif_sioc) |
| #define | ZATM_OAM_POOL 0 /* free buffer pool for OAM cells */ |
| #define | ZATM_AAL0_POOL 1 /* free buffer pool for AAL0 cells */ |
| #define | ZATM_AAL5_POOL_BASE 2 /* first AAL5 free buffer pool */ |
| #define | ZATM_LAST_POOL ZATM_AAL5_POOL_BASE+10 /* max. 64 kB */ |
| #define | ZATM_TIMER_HISTORY_SIZE |
Definition at line 45 of file atm_zatm.h.
Definition at line 46 of file atm_zatm.h.
| #define ZATM_GETPOOL _IOW('a',ATMIOC_SARPRV+1,struct atmif_sioc) |
Definition at line 18 of file atm_zatm.h.
| #define ZATM_GETPOOLZ _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc) |
Definition at line 20 of file atm_zatm.h.
| #define ZATM_LAST_POOL ZATM_AAL5_POOL_BASE+10 /* max. 64 kB */ |
Definition at line 47 of file atm_zatm.h.
Definition at line 44 of file atm_zatm.h.
| #define ZATM_SETPOOL _IOW('a',ATMIOC_SARPRV+3,struct atmif_sioc) |
Definition at line 22 of file atm_zatm.h.
| #define ZATM_TIMER_HISTORY_SIZE |
Definition at line 49 of file atm_zatm.h.
1.8.2