FreeBSD kernel CXGBE device code
wrqe Struct Reference

#include <adapter.h>

Collaboration diagram for wrqe:

Public Member Functions

 STAILQ_ENTRY (wrqe) link
 
char wr[] __aligned (16)
 

Data Fields

struct sge_wrqwrq
 
int wr_len
 

Detailed Description

Definition at line 696 of file adapter.h.

Member Function Documentation

◆ __aligned()

char wr[] wrqe::__aligned ( 16  )

◆ STAILQ_ENTRY()

wrqe::STAILQ_ENTRY ( wrqe  )

Field Documentation

◆ wr_len

int wrqe::wr_len

Definition at line 699 of file adapter.h.

Referenced by alloc_wrqe(), ccr_ccm(), ccr_cipher(), ccr_gcm(), drain_wrq_wr_list(), and t4_wrq_tx_locked().

◆ wrq

struct sge_wrq* wrqe::wrq

Definition at line 698 of file adapter.h.

Referenced by alloc_wrqe(), drain_wrq_wr_list(), and t4_wrq_tx().


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