#include <arbel.h>
Data Fields | |
| unsigned int | doorbell_idx |
| Doorbell record number. | |
| union arbel_send_wqe * | wqe |
| Work queue entries. | |
| size_t | wqe_size |
| Size of work queue. | |
Definition at line 289 of file arbel.h.
| unsigned int arbel_send_work_queue::doorbell_idx |
Doorbell record number.
Definition at line 291 of file arbel.h.
Referenced by arbel_create_qp(), arbel_destroy_qp(), and arbel_post_send().
union arbel_send_wqe* arbel_send_work_queue::wqe [write] |
Work queue entries.
Definition at line 293 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_create_send_wq(), arbel_destroy_qp(), and arbel_post_send().
Size of work queue.
Definition at line 295 of file arbel.h.
Referenced by arbel_create_qp(), arbel_create_send_wq(), and arbel_destroy_qp().
1.5.7.1