FreeBSD kernel CXGB device code
sge_fl Struct Reference

#include <cxgb_adapter.h>

Collaboration diagram for sge_fl:

Data Fields

uint32_t buf_size
 
uint32_t credits
 
uint32_t size
 
uint32_t cidx
 
uint32_t pidx
 
uint32_t gen
 
uint32_t db_pending
 
bus_addr_t phys_addr
 
uint32_t cntxt_id
 
uint32_t empty
 
bus_dma_tag_t desc_tag
 
bus_dmamap_t desc_map
 
bus_dma_tag_t entry_tag
 
uma_zone_t zone
 
struct rx_descdesc
 
struct rx_sw_descsdesc
 
int type
 

Detailed Description

Definition at line 204 of file cxgb_adapter.h.

Field Documentation

◆ buf_size

uint32_t sge_fl::buf_size

Definition at line 205 of file cxgb_adapter.h.

Referenced by refill_fl(), and t3_sge_alloc_qset().

◆ cidx

uint32_t sge_fl::cidx

Definition at line 208 of file cxgb_adapter.h.

Referenced by free_rx_bufs(), and get_packet().

◆ cntxt_id

uint32_t sge_fl::cntxt_id

◆ credits

uint32_t sge_fl::credits

◆ db_pending

uint32_t sge_fl::db_pending

Definition at line 211 of file cxgb_adapter.h.

Referenced by refill_fl().

◆ desc

struct rx_desc* sge_fl::desc

◆ desc_map

bus_dmamap_t sge_fl::desc_map

Definition at line 216 of file cxgb_adapter.h.

Referenced by t3_free_qset(), and t3_sge_alloc_qset().

◆ desc_tag

bus_dma_tag_t sge_fl::desc_tag

Definition at line 215 of file cxgb_adapter.h.

Referenced by t3_free_qset(), and t3_sge_alloc_qset().

◆ empty

uint32_t sge_fl::empty

Definition at line 214 of file cxgb_adapter.h.

Referenced by cxgb_tick_handler(), and t3_add_configured_sysctls().

◆ entry_tag

bus_dma_tag_t sge_fl::entry_tag

Definition at line 217 of file cxgb_adapter.h.

Referenced by free_rx_bufs(), get_packet(), refill_fl(), t3_free_qset(), and t3_sge_alloc_qset().

◆ gen

uint32_t sge_fl::gen

Definition at line 210 of file cxgb_adapter.h.

Referenced by recycle_rx_buf(), refill_fl(), and t3_sge_alloc_qset().

◆ phys_addr

bus_addr_t sge_fl::phys_addr

Definition at line 212 of file cxgb_adapter.h.

Referenced by t3_sge_alloc_qset().

◆ pidx

uint32_t sge_fl::pidx

Definition at line 209 of file cxgb_adapter.h.

Referenced by recycle_rx_buf(), and refill_fl().

◆ sdesc

struct rx_sw_desc* sge_fl::sdesc

◆ size

◆ type

int sge_fl::type

Definition at line 221 of file cxgb_adapter.h.

Referenced by get_packet(), and t3_sge_alloc_qset().

◆ zone

uma_zone_t sge_fl::zone

Definition at line 218 of file cxgb_adapter.h.

Referenced by free_rx_bufs(), get_packet(), refill_fl(), and t3_sge_alloc_qset().


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