iPXE
|
An Arbel queue pair. More...
#include <arbel.h>
Data Fields | |
struct arbel_send_work_queue | send |
Send work queue. More... | |
struct arbel_recv_work_queue | recv |
Receive work queue. More... | |
enum arbel_queue_pair_state | state |
Queue state. More... | |
struct arbel_send_work_queue arbel_queue_pair::send |
Send work queue.
Definition at line 408 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 |
Receive work queue.
Definition at line 410 of file arbel.h.
Referenced by arbel_complete(), arbel_create_qp(), arbel_destroy_qp(), and arbel_post_recv().
enum arbel_queue_pair_state arbel_queue_pair::state |
Queue state.
Definition at line 412 of file arbel.h.
Referenced by arbel_create_qp(), and arbel_modify_qp().