#include <hermon.h>
Data Fields | |
| unsigned int | num_wqes |
| Number of work queue entries, including headroom. | |
| union hermon_send_wqe * | wqe |
| Work queue entries. | |
| size_t | wqe_size |
| Size of work queue. | |
| void * | doorbell |
| Doorbell register. | |
Definition at line 379 of file hermon.h.
| 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 386 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
union hermon_send_wqe* hermon_send_work_queue::wqe [write] |
Work queue entries.
Definition at line 388 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
Doorbell register.
Definition at line 392 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
1.5.7.1