|
iPXE
|
An Arbel send work queue. More...
#include <arbel.h>
Data Fields | |
| unsigned int | doorbell_idx |
| Doorbell record number. More... | |
| union arbel_send_wqe * | wqe |
| Work queue entries. More... | |
| size_t | wqe_size |
| Size of work queue. More... | |
| unsigned int arbel_send_work_queue::doorbell_idx |
Doorbell record number.
Definition at line 347 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 |
Work queue entries.
Definition at line 349 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_create_send_wq(), arbel_destroy_qp(), and arbel_post_send().
| size_t arbel_send_work_queue::wqe_size |
Size of work queue.
Definition at line 351 of file arbel.h.
Referenced by arbel_create_qp(), arbel_create_send_wq(), and arbel_destroy_qp().
1.8.15