FreeBSD kernel CXGBE device code
sge_params Struct Reference

#include <common.h>

Data Fields

int timer_val [SGE_NTIMERS]
 
int counter_val [SGE_NCOUNTERS]
 
int fl_starve_threshold
 
int fl_starve_threshold2
 
int page_shift
 
int eq_s_qpp
 
int iq_s_qpp
 
int spg_len
 
int pad_boundary
 
int pack_boundary
 
int fl_pktshift
 
u32 sge_control
 
u32 sge_fl_buffer_size [SGE_FLBUF_SIZES]
 

Detailed Description

Definition at line 237 of file common.h.

Field Documentation

◆ counter_val

int sge_params::counter_val[SGE_NCOUNTERS]

Definition at line 239 of file common.h.

Referenced by t4_init_sge_params(), t4_sysctls(), and t4vf_get_sge_params().

◆ eq_s_qpp

int sge_params::eq_s_qpp

Definition at line 243 of file common.h.

Referenced by alloc_eq_hwq(), alloc_iq_fl_hwq(), t4_bar2_sge_qregs(), and t4_init_sge_params().

◆ fl_pktshift

int sge_params::fl_pktshift

◆ fl_starve_threshold

int sge_params::fl_starve_threshold

Definition at line 240 of file common.h.

Referenced by init_fl(), t4_init_sge_params(), and t4vf_get_sge_params().

◆ fl_starve_threshold2

int sge_params::fl_starve_threshold2

Definition at line 241 of file common.h.

Referenced by init_fl(), t4_init_sge_params(), and t4vf_get_sge_params().

◆ iq_s_qpp

int sge_params::iq_s_qpp

Definition at line 244 of file common.h.

Referenced by t4_bar2_sge_qregs(), and t4_init_sge_params().

◆ pack_boundary

int sge_params::pack_boundary

Definition at line 247 of file common.h.

Referenced by init_fl(), t4_init_sge_params(), t4_sge_sysctls(), and t4vf_get_sge_params().

◆ pad_boundary

int sge_params::pad_boundary

Definition at line 246 of file common.h.

Referenced by hwsz_ok(), init_fl(), t4_init_sge_params(), t4_sge_sysctls(), and t4vf_get_sge_params().

◆ page_shift

int sge_params::page_shift

◆ sge_control

u32 sge_params::sge_control

Definition at line 249 of file common.h.

Referenced by t4_init_sge_params(), t4_verify_chip_settings(), and t4vf_get_sge_params().

◆ sge_fl_buffer_size

u32 sge_params::sge_fl_buffer_size[SGE_FLBUF_SIZES]

Definition at line 250 of file common.h.

Referenced by sysctl_bufsizes(), t4_init_rx_buf_info(), and t4vf_get_sge_params().

◆ spg_len

◆ timer_val

int sge_params::timer_val[SGE_NTIMERS]

Definition at line 238 of file common.h.

Referenced by t4_init_sge_params(), t4_sysctls(), and t4vf_get_sge_params().


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