Go to the documentation of this file.
7 #ifndef LINUX_ATM_ZATM_H
8 #define LINUX_ATM_ZATM_H
18 #define ZATM_GETPOOL _IOW('a',ATMIOC_SARPRV+1,struct atmif_sioc)
20 #define ZATM_GETPOOLZ _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc)
22 #define ZATM_SETPOOL _IOW('a',ATMIOC_SARPRV+3,struct atmif_sioc)
44 #define ZATM_OAM_POOL 0
45 #define ZATM_AAL0_POOL 1
46 #define ZATM_AAL5_POOL_BASE 2
47 #define ZATM_LAST_POOL ZATM_AAL5_POOL_BASE+10
49 #define ZATM_TIMER_HISTORY_SIZE 16