FreeBSD kernel CXGBE device code
t4_status_page Struct Reference

#include <t4.h>

Data Fields

__be32 rsvd1
 
__be16 rsvd2
 
__be16 qid
 
__be16 cidx
 
__be16 pidx
 
u8 qp_err
 
u8 db_off
 
u8 pad
 
u16 host_wq_pidx
 
u16 host_cidx
 
u16 host_pidx
 

Detailed Description

Definition at line 73 of file t4.h.

Field Documentation

◆ cidx

__be16 t4_status_page::cidx

Definition at line 77 of file t4.h.

◆ db_off

u8 t4_status_page::db_off

Definition at line 80 of file t4.h.

◆ host_cidx

u16 t4_status_page::host_cidx

Definition at line 83 of file t4.h.

◆ host_pidx

u16 t4_status_page::host_pidx

Definition at line 84 of file t4.h.

◆ host_wq_pidx

u16 t4_status_page::host_wq_pidx

Definition at line 82 of file t4.h.

Referenced by t4_rq_host_wq_pidx(), and t4_sq_host_wq_pidx().

◆ pad

u8 t4_status_page::pad

Definition at line 81 of file t4.h.

◆ pidx

__be16 t4_status_page::pidx

Definition at line 78 of file t4.h.

◆ qid

__be16 t4_status_page::qid

Definition at line 76 of file t4.h.

◆ qp_err

u8 t4_status_page::qp_err

Definition at line 79 of file t4.h.

Referenced by t4_set_wq_in_error(), and t4_wq_in_error().

◆ rsvd1

__be32 t4_status_page::rsvd1

Definition at line 74 of file t4.h.

◆ rsvd2

__be16 t4_status_page::rsvd2

Definition at line 75 of file t4.h.


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