#include <hermon.h>
Data Fields | |
| void * | wqe |
| Work queue buffer. | |
| size_t | wqe_size |
| Size of work queue buffer. | |
| struct hermon_mtt | mtt |
| MTT descriptor. | |
| struct hermon_send_work_queue | send |
| Send work queue. | |
| struct hermon_recv_work_queue | recv |
| Receive work queue. | |
| enum hermon_queue_pair_state | state |
| Queue state. | |
Definition at line 442 of file hermon.h.
| void* hermon_queue_pair::wqe |
Work queue buffer.
Definition at line 444 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_destroy_qp().
Size of work queue buffer.
Definition at line 446 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_destroy_qp().
struct hermon_mtt hermon_queue_pair::mtt [read] |
MTT descriptor.
Definition at line 448 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_destroy_qp().
struct hermon_send_work_queue hermon_queue_pair::send [read] |
Send work queue.
Definition at line 450 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_send().
struct hermon_recv_work_queue hermon_queue_pair::recv [read] |
Receive work queue.
Definition at line 452 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_post_recv().
Queue state.
Definition at line 454 of file hermon.h.
Referenced by hermon_create_qp(), and hermon_modify_qp().
1.5.7.1