FreeBSD kernel CXGBE device code
t4_wr Union Reference

#include <t4.h>

Collaboration diagram for t4_wr:

Data Fields

struct fw_ri_res_wr res
 
struct fw_ri_wr ri
 
struct fw_ri_rdma_write_wr write
 
struct fw_ri_send_wr send
 
struct fw_ri_rdma_read_wr read
 
struct fw_ri_bind_mw_wr bind
 
struct fw_ri_fr_nsmr_wr fr
 
struct fw_ri_fr_nsmr_tpte_wr fr_tpte
 
struct fw_ri_inv_lstag_wr inv
 
struct t4_status_page status
 
__be64 flits [T4_EQ_ENTRY_SIZE/sizeof(__be64) *T4_SQ_NUM_SLOTS]
 

Detailed Description

Definition at line 113 of file t4.h.

Field Documentation

◆ bind

struct fw_ri_bind_mw_wr t4_wr::bind

Definition at line 119 of file t4.h.

◆ flits

Definition at line 124 of file t4.h.

◆ fr

struct fw_ri_fr_nsmr_wr t4_wr::fr

Definition at line 120 of file t4.h.

◆ fr_tpte

struct fw_ri_fr_nsmr_tpte_wr t4_wr::fr_tpte

Definition at line 121 of file t4.h.

◆ inv

struct fw_ri_inv_lstag_wr t4_wr::inv

Definition at line 122 of file t4.h.

◆ read

struct fw_ri_rdma_read_wr t4_wr::read

Definition at line 118 of file t4.h.

◆ res

struct fw_ri_res_wr t4_wr::res

Definition at line 114 of file t4.h.

◆ ri

struct fw_ri_wr t4_wr::ri

Definition at line 115 of file t4.h.

◆ send

struct fw_ri_send_wr t4_wr::send

Definition at line 117 of file t4.h.

Referenced by init_wr_hdr().

◆ status

struct t4_status_page t4_wr::status

Definition at line 123 of file t4.h.

Referenced by t4_sq_host_wq_pidx().

◆ write

struct fw_ri_rdma_write_wr t4_wr::write

Definition at line 116 of file t4.h.


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