|
iPXE
|
An Arbel receive work queue. More...
#include <arbel.h>
Data Fields | |
| unsigned int | doorbell_idx |
| Doorbell record number. More... | |
| union arbel_recv_wqe * | wqe |
| Work queue entries. More... | |
| size_t | wqe_size |
| Size of work queue. More... | |
| struct ib_global_route_header * | grh |
| GRH buffers (if applicable) More... | |
| size_t | grh_size |
| Size of GRB buffers. More... | |
| unsigned int arbel_recv_work_queue::doorbell_idx |
Doorbell record number.
Definition at line 366 of file arbel.h.
Referenced by arbel_create_qp(), arbel_destroy_qp(), and arbel_post_recv().
| union arbel_recv_wqe* arbel_recv_work_queue::wqe |
Work queue entries.
Definition at line 368 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_create_recv_wq(), arbel_destroy_qp(), and arbel_post_recv().
| size_t arbel_recv_work_queue::wqe_size |
Size of work queue.
Definition at line 370 of file arbel.h.
Referenced by arbel_create_qp(), arbel_create_recv_wq(), and arbel_destroy_qp().
| struct ib_global_route_header* arbel_recv_work_queue::grh |
GRH buffers (if applicable)
Definition at line 372 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_create_recv_wq(), arbel_destroy_qp(), and arbel_post_recv().
| size_t arbel_recv_work_queue::grh_size |
Size of GRB buffers.
Definition at line 374 of file arbel.h.
Referenced by arbel_create_qp(), arbel_create_recv_wq(), and arbel_destroy_qp().
1.8.15