FreeBSD kernel CXGB device code
qset_params Struct Reference

#include <cxgb_common.h>

Data Fields

unsigned int polling
 
unsigned int lro
 
unsigned int coalesce_usecs
 
unsigned int rspq_size
 
unsigned int fl_size
 
unsigned int jumbo_size
 
unsigned int jumbo_buf_size
 
unsigned int txq_size [SGE_TXQ_PER_SET]
 
unsigned int cong_thres
 
unsigned int vector
 

Detailed Description

Definition at line 310 of file cxgb_common.h.

Field Documentation

◆ coalesce_usecs

unsigned int qset_params::coalesce_usecs

◆ cong_thres

unsigned int qset_params::cong_thres

Definition at line 319 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), t3_sge_alloc_qset(), and t3_sge_prep().

◆ fl_size

unsigned int qset_params::fl_size

Definition at line 315 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), t3_sge_alloc_qset(), and t3_sge_prep().

◆ jumbo_buf_size

unsigned int qset_params::jumbo_buf_size

Definition at line 317 of file cxgb_common.h.

Referenced by t3_sge_alloc_qset(), and t3_sge_prep().

◆ jumbo_size

unsigned int qset_params::jumbo_size

Definition at line 316 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), t3_sge_alloc_qset(), and t3_sge_prep().

◆ lro

unsigned int qset_params::lro

Definition at line 312 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl().

◆ polling

unsigned int qset_params::polling

Definition at line 311 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), and t3_sge_prep().

◆ rspq_size

unsigned int qset_params::rspq_size

Definition at line 314 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), t3_sge_alloc_qset(), and t3_sge_prep().

◆ txq_size

unsigned int qset_params::txq_size[SGE_TXQ_PER_SET]

Definition at line 318 of file cxgb_common.h.

Referenced by cxgb_extension_ioctl(), t3_sge_alloc_qset(), and t3_sge_prep().

◆ vector

unsigned int qset_params::vector

Definition at line 320 of file cxgb_common.h.


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