iPXE
Data Fields
arbel_send_work_queue Struct Reference

An Arbel send work queue. More...

#include <arbel.h>

Data Fields

unsigned int doorbell_idx
 Doorbell record number. More...
 
union arbel_send_wqewqe
 Work queue entries. More...
 
size_t wqe_size
 Size of work queue. More...
 

Detailed Description

An Arbel send work queue.

Definition at line 346 of file arbel.h.

Field Documentation

◆ doorbell_idx

unsigned int arbel_send_work_queue::doorbell_idx

Doorbell record number.

Definition at line 348 of file arbel.h.

Referenced by arbel_create_qp(), arbel_destroy_qp(), and arbel_post_send().

◆ wqe

union arbel_send_wqe* arbel_send_work_queue::wqe

Work queue entries.

Definition at line 350 of file arbel.h.

Referenced by arbel_complete(), arbel_create_qp(), arbel_create_send_wq(), arbel_destroy_qp(), and arbel_post_send().

◆ wqe_size

size_t arbel_send_work_queue::wqe_size

Size of work queue.

Definition at line 352 of file arbel.h.

Referenced by arbel_create_qp(), arbel_create_send_wq(), and arbel_destroy_qp().


The documentation for this struct was generated from the following file: