|
Linux Kernel
3.7.1
|
#include <mthca_provider.h>
Data Fields | |
| struct ib_srq | ibsrq |
| spinlock_t | lock |
| int | refcount |
| int | srqn |
| int | max |
| int | max_gs |
| int | wqe_shift |
| int | first_free |
| int | last_free |
| u16 | counter |
| int | db_index |
| __be32 * | db |
| void * | last |
| int | is_direct |
| u64 * | wrid |
| union mthca_buf | queue |
| struct mthca_mr | mr |
| wait_queue_head_t | wait |
| struct mutex | mutex |
Definition at line 222 of file mthca_provider.h.
| u16 counter |
Definition at line 232 of file mthca_provider.h.
| __be32* db |
Definition at line 234 of file mthca_provider.h.
Definition at line 233 of file mthca_provider.h.
| int first_free |
Definition at line 230 of file mthca_provider.h.
Definition at line 223 of file mthca_provider.h.
| int is_direct |
Definition at line 237 of file mthca_provider.h.
| void* last |
Definition at line 235 of file mthca_provider.h.
| int last_free |
Definition at line 231 of file mthca_provider.h.
| spinlock_t lock |
Definition at line 224 of file mthca_provider.h.
| int max |
Definition at line 227 of file mthca_provider.h.
| int max_gs |
Definition at line 228 of file mthca_provider.h.
Definition at line 240 of file mthca_provider.h.
Definition at line 243 of file mthca_provider.h.
Definition at line 239 of file mthca_provider.h.
| int refcount |
Definition at line 225 of file mthca_provider.h.
| int srqn |
Definition at line 226 of file mthca_provider.h.
| wait_queue_head_t wait |
Definition at line 242 of file mthca_provider.h.
| int wqe_shift |
Definition at line 229 of file mthca_provider.h.
| u64* wrid |
Definition at line 238 of file mthca_provider.h.
1.8.2