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

Go to the source code of this file.

Macros

#define MTHCA_RD_DOORBELL   0x00
 
#define MTHCA_SEND_DOORBELL   0x10
 
#define MTHCA_RECEIVE_DOORBELL   0x18
 
#define MTHCA_CQ_DOORBELL   0x20
 
#define MTHCA_EQ_DOORBELL   0x28
 
#define MTHCA_DECLARE_DOORBELL_LOCK(name)   spinlock_t name;
 
#define MTHCA_INIT_DOORBELL_LOCK(ptr)   spin_lock_init(ptr)
 
#define MTHCA_GET_DOORBELL_LOCK(ptr)   (ptr)
 

Macro Definition Documentation

#define MTHCA_CQ_DOORBELL   0x20

Definition at line 40 of file mthca_doorbell.h.

#define MTHCA_DECLARE_DOORBELL_LOCK (   name)    spinlock_t name;

Definition at line 78 of file mthca_doorbell.h.

#define MTHCA_EQ_DOORBELL   0x28

Definition at line 41 of file mthca_doorbell.h.

#define MTHCA_GET_DOORBELL_LOCK (   ptr)    (ptr)

Definition at line 80 of file mthca_doorbell.h.

#define MTHCA_INIT_DOORBELL_LOCK (   ptr)    spin_lock_init(ptr)

Definition at line 79 of file mthca_doorbell.h.

#define MTHCA_RD_DOORBELL   0x00

Definition at line 37 of file mthca_doorbell.h.

#define MTHCA_RECEIVE_DOORBELL   0x18

Definition at line 39 of file mthca_doorbell.h.

#define MTHCA_SEND_DOORBELL   0x10

Definition at line 38 of file mthca_doorbell.h.