|
iPXE
|
A Hermon receive work queue. More...
#include <hermon.h>
Data Fields | |
| union hermon_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 GRH buffers. More... | |
| struct hermonprm_qp_db_record * | doorbell |
| Doorbell record. More... | |
| union hermon_recv_wqe* hermon_recv_work_queue::wqe |
Work queue entries.
Definition at line 696 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_recv().
| size_t hermon_recv_work_queue::wqe_size |
| struct ib_global_route_header* hermon_recv_work_queue::grh |
GRH buffers (if applicable)
Definition at line 700 of file hermon.h.
Referenced by hermon_complete(), hermon_create_qp(), and hermon_post_recv().
| size_t hermon_recv_work_queue::grh_size |
| struct hermonprm_qp_db_record* hermon_recv_work_queue::doorbell |
Doorbell record.
Definition at line 704 of file hermon.h.
Referenced by hermon_create_qp(), hermon_destroy_qp(), and hermon_post_recv().
1.8.15