Linux Kernel
3.7.1
|
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) |
#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.
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.