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

Go to the source code of this file.

Data Structures

struct  buf_nr
 
struct  pool_levels
 

Macros

#define NS_GETPSTAT   _IOWR('a',ATMIOC_SARPRV+1,struct atmif_sioc)
 
#define NS_SETBUFLEV   _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc)
 
#define NS_ADJBUFLEV   _IO('a',ATMIOC_SARPRV+3)
 
#define NS_BUFTYPE_SMALL   1
 
#define NS_BUFTYPE_LARGE   2
 
#define NS_BUFTYPE_HUGE   3
 
#define NS_BUFTYPE_IOVEC   4
 

Typedefs

typedef struct buf_nr buf_nr
 
typedef struct pool_levels pool_levels
 

Macro Definition Documentation

#define NS_ADJBUFLEV   _IO('a',ATMIOC_SARPRV+3)

Definition at line 28 of file atm_nicstar.h.

#define NS_BUFTYPE_HUGE   3

Definition at line 49 of file atm_nicstar.h.

#define NS_BUFTYPE_IOVEC   4

Definition at line 50 of file atm_nicstar.h.

#define NS_BUFTYPE_LARGE   2

Definition at line 48 of file atm_nicstar.h.

#define NS_BUFTYPE_SMALL   1

Definition at line 47 of file atm_nicstar.h.

#define NS_GETPSTAT   _IOWR('a',ATMIOC_SARPRV+1,struct atmif_sioc)

Definition at line 24 of file atm_nicstar.h.

#define NS_SETBUFLEV   _IOW('a',ATMIOC_SARPRV+2,struct atmif_sioc)

Definition at line 26 of file atm_nicstar.h.

Typedef Documentation

typedef struct buf_nr buf_nr