FreeBSD kernel CXGBE device code
sge_iq Struct Reference

#include <adapter.h>

Collaboration diagram for sge_iq:

Public Member Functions

 STAILQ_ENTRY (sge_iq) link
 

Data Fields

uint32_t flags
 
volatile int state
 
struct adapteradapter
 
struct iq_descdesc
 
int8_t intr_pktc_idx
 
uint8_t gen
 
uint8_t intr_params
 
int8_t cong
 
uint16_t qsize
 
uint16_t sidx
 
uint16_t cidx
 
uint16_t cntxt_id
 
uint16_t abs_id
 
int16_t intr_idx
 
bus_dma_tag_t desc_tag
 
bus_dmamap_t desc_map
 
bus_addr_t ba
 

Detailed Description

Definition at line 419 of file adapter.h.

Member Function Documentation

◆ STAILQ_ENTRY()

sge_iq::STAILQ_ENTRY ( sge_iq  )

Field Documentation

◆ abs_id

◆ adapter

◆ ba

bus_addr_t sge_iq::ba

Definition at line 439 of file adapter.h.

Referenced by add_iq_sysctls(), alloc_iq_fl(), alloc_iq_fl_hwq(), and free_iq_fl().

◆ cidx

uint16_t sge_iq::cidx

Definition at line 430 of file adapter.h.

Referenced by add_iq_sysctls(), alloc_iq_fl_hwq(), service_iq(), and service_iq_fl().

◆ cntxt_id

uint16_t sge_iq::cntxt_id

◆ cong

int8_t sge_iq::cong

Definition at line 427 of file adapter.h.

Referenced by alloc_iq_fl_hwq(), and init_iq().

◆ desc

struct iq_desc* sge_iq::desc

Definition at line 423 of file adapter.h.

Referenced by alloc_iq_fl(), alloc_iq_fl_hwq(), free_iq_fl(), service_iq(), and service_iq_fl().

◆ desc_map

bus_dmamap_t sge_iq::desc_map

Definition at line 438 of file adapter.h.

Referenced by alloc_iq_fl(), and free_iq_fl().

◆ desc_tag

bus_dma_tag_t sge_iq::desc_tag

Definition at line 437 of file adapter.h.

Referenced by alloc_iq_fl(), and free_iq_fl().

◆ flags

◆ gen

uint8_t sge_iq::gen

Definition at line 425 of file adapter.h.

Referenced by alloc_iq_fl_hwq(), service_iq(), and service_iq_fl().

◆ intr_idx

int16_t sge_iq::intr_idx

Definition at line 433 of file adapter.h.

Referenced by alloc_iq_fl_hwq(), and init_iq().

◆ intr_params

uint8_t sge_iq::intr_params

◆ intr_pktc_idx

int8_t sge_iq::intr_pktc_idx

Definition at line 424 of file adapter.h.

Referenced by alloc_iq_fl_hwq(), and init_iq().

◆ qsize

uint16_t sge_iq::qsize

◆ sidx

uint16_t sge_iq::sidx

Definition at line 429 of file adapter.h.

Referenced by init_iq(), service_iq(), and service_iq_fl().

◆ state

volatile int sge_iq::state

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