hermon_send_work_queue Struct Reference

A Hermon send work queue. More...

#include <hermon.h>


Data Fields

unsigned int num_wqes
 Number of work queue entries, including headroom.
union hermon_send_wqewqe
 Work queue entries.
size_t wqe_size
 Size of work queue.
void * doorbell
 Doorbell register.


Detailed Description

A Hermon send work queue.

Definition at line 379 of file hermon.h.


Field Documentation

Number of work queue entries, including headroom.

Hermon requires us to leave unused space within the send WQ, so we create a send WQ with more entries than are requested in the create_qp() call.

Definition at line 386 of file hermon.h.

Referenced by hermon_create_qp(), and hermon_post_send().

Work queue entries.

Definition at line 388 of file hermon.h.

Referenced by hermon_create_qp(), and hermon_post_send().

Size of work queue.

Definition at line 390 of file hermon.h.

Referenced by hermon_create_qp().

Doorbell register.

Definition at line 392 of file hermon.h.

Referenced by hermon_create_qp(), and hermon_post_send().


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

Generated on Tue Apr 6 20:02:04 2010 for gPXE by  doxygen 1.5.7.1