FreeBSD kernel CXGBE device code
sge Struct Reference

#include <adapter.h>

Collaboration diagram for sge:

Data Fields

int nrxq
 
int ntxq
 
int nofldrxq
 
int nofldtxq
 
int nnmrxq
 
int nnmtxq
 
int niq
 
int neq
 
struct sge_iq fwq
 
struct sge_wrqctrlq
 
struct sge_txqtxq
 
struct sge_rxqrxq
 
struct sge_ofld_txqofld_txq
 
struct sge_ofld_rxqofld_rxq
 
struct sge_nm_txqnm_txq
 
struct sge_nm_rxqnm_rxq
 
uint16_t iq_start
 
uint16_t iq_base
 
int eq_start
 
int eq_base
 
int iqmap_sz
 
int eqmap_sz
 
struct sge_iq ** iqmap
 
struct sge_eq ** eqmap
 
int8_t safe_zidx
 
struct rx_buf_info rx_buf_info [SW_ZONE_SIZES]
 

Detailed Description

Definition at line 821 of file adapter.h.

Field Documentation

◆ ctrlq

◆ eq_base

int sge::eq_base

Definition at line 843 of file adapter.h.

Referenced by alloc_txq(), and handle_sge_egr_update().

◆ eq_start

◆ eqmap

◆ eqmap_sz

◆ fwq

◆ iq_base

uint16_t sge::iq_base

Definition at line 841 of file adapter.h.

Referenced by alloc_rxq(), and service_iq().

◆ iq_start

uint16_t sge::iq_start

◆ iqmap

struct sge_iq** sge::iqmap

Definition at line 846 of file adapter.h.

Referenced by alloc_iq_fl_hwq(), service_iq(), t4_attach(), t4_detach_common(), and t4vf_attach().

◆ iqmap_sz

int sge::iqmap_sz

◆ neq

int sge::neq

Definition at line 829 of file adapter.h.

Referenced by t4_attach(), and t4vf_attach().

◆ niq

int sge::niq

Definition at line 828 of file adapter.h.

Referenced by t4_attach(), and t4vf_attach().

◆ nm_rxq

struct sge_nm_rxq* sge::nm_rxq

Definition at line 838 of file adapter.h.

Referenced by t4_attach(), t4_detach_common(), and t4_setup_intr_handlers().

◆ nm_txq

struct sge_nm_txq* sge::nm_txq

Definition at line 837 of file adapter.h.

Referenced by t4_attach(), and t4_detach_common().

◆ nnmrxq

int sge::nnmrxq

Definition at line 826 of file adapter.h.

Referenced by t4_attach().

◆ nnmtxq

int sge::nnmtxq

Definition at line 827 of file adapter.h.

Referenced by t4_attach().

◆ nofldrxq

int sge::nofldrxq

Definition at line 824 of file adapter.h.

Referenced by t4_attach().

◆ nofldtxq

int sge::nofldtxq

Definition at line 825 of file adapter.h.

Referenced by t4_attach().

◆ nrxq

int sge::nrxq

Definition at line 822 of file adapter.h.

Referenced by t4_attach(), and t4vf_attach().

◆ ntxq

int sge::ntxq

Definition at line 823 of file adapter.h.

Referenced by t4_attach(), and t4vf_attach().

◆ ofld_rxq

struct sge_ofld_rxq* sge::ofld_rxq

Definition at line 836 of file adapter.h.

Referenced by t4_attach(), and t4_detach_common().

◆ ofld_txq

struct sge_ofld_txq* sge::ofld_txq

Definition at line 835 of file adapter.h.

Referenced by t4_attach(), and t4_detach_common().

◆ rx_buf_info

◆ rxq

◆ safe_zidx

int8_t sge::safe_zidx

Definition at line 849 of file adapter.h.

Referenced by init_fl(), and t4_init_rx_buf_info().

◆ txq


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