FreeBSD kernel CXGB device code
work_request_hdr Struct Reference

#include <cxgb_t3_cpl.h>

Data Fields

union {
   struct {
      __be32   wr_hi
 
      __be32   wr_lo
 
   }   ilp32
 
   struct {
      __be64   wr_hilo
 
   }   lp64
 
u
 

Detailed Description

Definition at line 240 of file cxgb_t3_cpl.h.

Field Documentation

◆ 

struct { ... } work_request_hdr::ilp32

◆ 

struct { ... } work_request_hdr::lp64

◆ 

union { ... } work_request_hdr::u

◆ wr_hi

__be32 work_request_hdr::wr_hi

Definition at line 243 of file cxgb_t3_cpl.h.

Referenced by t3_encap(), write_imm(), and write_wr_hdr_sgl().

◆ wr_hilo

__be64 work_request_hdr::wr_hilo

Definition at line 247 of file cxgb_t3_cpl.h.

◆ wr_lo

__be32 work_request_hdr::wr_lo

Definition at line 244 of file cxgb_t3_cpl.h.

Referenced by t3_encap(), write_imm(), and write_wr_hdr_sgl().


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