#include <arbel.h>
Data Fields | |
| struct arbel_send_work_queue | send |
| Send work queue. | |
| struct arbel_recv_work_queue | recv |
| Receive work queue. | |
Definition at line 327 of file arbel.h.
struct arbel_send_work_queue arbel_queue_pair::send [read] |
Send work queue.
Definition at line 329 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_destroy_qp(), and arbel_post_send().
struct arbel_recv_work_queue arbel_queue_pair::recv [read] |
Receive work queue.
Definition at line 331 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_destroy_qp(), and arbel_post_recv().
1.5.7.1