Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
entity.h File Reference

Go to the source code of this file.

Data Structures

struct  _divas_um_idi_entity
 

Macros

#define DIVA_UM_IDI_RC_PENDING   0x00000001
 
#define DIVA_UM_IDI_REMOVE_PENDING   0x00000002
 
#define DIVA_UM_IDI_TX_FLOW_CONTROL   0x00000004
 
#define DIVA_UM_IDI_REMOVED   0x00000008
 
#define DIVA_UM_IDI_ASSIGN_PENDING   0x00000010
 

Typedefs

typedef struct _divas_um_idi_entity divas_um_idi_entity_t
 

Macro Definition Documentation

#define DIVA_UM_IDI_ASSIGN_PENDING   0x00000010

Definition at line 10 of file entity.h.

#define DIVA_UM_IDI_RC_PENDING   0x00000001

Definition at line 6 of file entity.h.

#define DIVA_UM_IDI_REMOVE_PENDING   0x00000002

Definition at line 7 of file entity.h.

#define DIVA_UM_IDI_REMOVED   0x00000008

Definition at line 9 of file entity.h.

#define DIVA_UM_IDI_TX_FLOW_CONTROL   0x00000004

Definition at line 8 of file entity.h.

Typedef Documentation