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

Go to the source code of this file.

Macros

#define MLX4_SEND_DOORBELL   0x14
 
#define MLX4_CQ_DOORBELL   0x20
 
#define MLX4_DECLARE_DOORBELL_LOCK(name)   spinlock_t name;
 
#define MLX4_INIT_DOORBELL_LOCK(ptr)   spin_lock_init(ptr)
 
#define MLX4_GET_DOORBELL_LOCK(ptr)   (ptr)
 

Macro Definition Documentation

#define MLX4_CQ_DOORBELL   0x20

Definition at line 42 of file doorbell.h.

#define MLX4_DECLARE_DOORBELL_LOCK (   name)    spinlock_t name;

Definition at line 69 of file doorbell.h.

#define MLX4_GET_DOORBELL_LOCK (   ptr)    (ptr)

Definition at line 71 of file doorbell.h.

#define MLX4_INIT_DOORBELL_LOCK (   ptr)    spin_lock_init(ptr)

Definition at line 70 of file doorbell.h.

#define MLX4_SEND_DOORBELL   0x14

Definition at line 41 of file doorbell.h.