|
iPXE
|
A Hermon send work queue. More...
#include <hermon.h>
Data Fields | |
| unsigned int | num_wqes |
| Number of work queue entries, including headroom. More... | |
| union hermon_send_wqe * | wqe |
| Work queue entries. More... | |
| size_t | wqe_size |
| Size of work queue. More... | |
| void * | doorbell |
| Doorbell register. More... | |
| unsigned int hermon_send_work_queue::num_wqes |
Number of work queue entries, including headroom.
Hermon requires us to leave unused space within the send WQ, so we create a send WQ with more entries than are requested in the create_qp() call.
Definition at line 675 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
| union hermon_send_wqe* hermon_send_work_queue::wqe |
Work queue entries.
Definition at line 677 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
| size_t hermon_send_work_queue::wqe_size |
| void* hermon_send_work_queue::doorbell |
Doorbell register.
Definition at line 681 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
1.8.15