Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
atm_zatm.h File Reference
#include <linux/atmapi.h>
#include <linux/atmioc.h>

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
 

Macro Definition Documentation

#define ZATM_AAL0_POOL   1 /* free buffer pool for AAL0 cells */

Definition at line 45 of file atm_zatm.h.

#define ZATM_AAL5_POOL_BASE   2 /* first AAL5 free buffer pool */

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.

#define ZATM_OAM_POOL   0 /* free buffer pool for OAM cells */

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
Value:
16 /* number of timer adjustments to
record; must be 2^n */

Definition at line 49 of file atm_zatm.h.