FreeBSD kernel CXGBE device code
tx_sched_params Struct Reference

#include <adapter.h>

Collaboration diagram for tx_sched_params:

Data Fields

struct tx_ch_rl_params ch_rl
 
int pktsize
 
int burstsize
 
struct tx_cl_rl_params cl_rl []
 

Detailed Description

Definition at line 291 of file adapter.h.

Field Documentation

◆ burstsize

int tx_sched_params::burstsize

Definition at line 300 of file adapter.h.

Referenced by cxgbe_sysctls(), and t4_reserve_cl_rl_kbps().

◆ ch_rl

struct tx_ch_rl_params tx_sched_params::ch_rl

Definition at line 293 of file adapter.h.

◆ cl_rl

◆ pktsize

int tx_sched_params::pktsize

Definition at line 299 of file adapter.h.

Referenced by cxgbe_sysctls(), and t4_reserve_cl_rl_kbps().


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