iPXE
Data Fields
arbel_recv_work_queue Struct Reference

An Arbel receive work queue. More...

#include <arbel.h>

Data Fields

unsigned int doorbell_idx
 Doorbell record number. More...
 
union arbel_recv_wqewqe
 Work queue entries. More...
 
size_t wqe_size
 Size of work queue. More...
 
struct ib_global_route_headergrh
 GRH buffers (if applicable) More...
 
size_t grh_size
 Size of GRB buffers. More...
 

Detailed Description

An Arbel receive work queue.

Definition at line 365 of file arbel.h.

Field Documentation

◆ doorbell_idx

unsigned int arbel_recv_work_queue::doorbell_idx

Doorbell record number.

Definition at line 367 of file arbel.h.

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

◆ wqe

union arbel_recv_wqe* arbel_recv_work_queue::wqe

Work queue entries.

Definition at line 369 of file arbel.h.

Referenced by arbel_complete(), arbel_create_qp(), arbel_create_recv_wq(), arbel_destroy_qp(), and arbel_post_recv().

◆ wqe_size

size_t arbel_recv_work_queue::wqe_size

Size of work queue.

Definition at line 371 of file arbel.h.

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

◆ grh

struct ib_global_route_header* arbel_recv_work_queue::grh

GRH buffers (if applicable)

Definition at line 373 of file arbel.h.

Referenced by arbel_complete(), arbel_create_qp(), arbel_create_recv_wq(), arbel_destroy_qp(), and arbel_post_recv().

◆ grh_size

size_t arbel_recv_work_queue::grh_size

Size of GRB buffers.

Definition at line 375 of file arbel.h.

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


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