FreeBSD kernel CXGBE device code
tom_tunables Struct Reference

#include <offload.h>

Data Fields

int cong_algorithm
 
int sndbuf
 
int ddp
 
int rx_coalesce
 
int tls
 
int tls_rx_timeout
 
int * tls_rx_ports
 
int num_tls_rx_ports
 
int tx_align
 
int tx_zcopy
 
int cop_managed_offloading
 
int autorcvbuf_inc
 
int update_hc_on_pmtu_change
 
int iso
 

Detailed Description

Definition at line 222 of file offload.h.

Field Documentation

◆ autorcvbuf_inc

int tom_tunables::autorcvbuf_inc

Definition at line 234 of file offload.h.

Referenced by t4_sysctls().

◆ cong_algorithm

int tom_tunables::cong_algorithm

Definition at line 223 of file offload.h.

Referenced by t4_sysctls().

◆ cop_managed_offloading

int tom_tunables::cop_managed_offloading

Definition at line 233 of file offload.h.

Referenced by t4_sysctls().

◆ ddp

int tom_tunables::ddp

Definition at line 225 of file offload.h.

Referenced by t4_sysctls().

◆ iso

int tom_tunables::iso

Definition at line 236 of file offload.h.

Referenced by t4_sysctls().

◆ num_tls_rx_ports

int tom_tunables::num_tls_rx_ports

Definition at line 230 of file offload.h.

◆ rx_coalesce

int tom_tunables::rx_coalesce

Definition at line 226 of file offload.h.

Referenced by t4_sysctls().

◆ sndbuf

int tom_tunables::sndbuf

Definition at line 224 of file offload.h.

Referenced by t4_sysctls().

◆ tls

int tom_tunables::tls

Definition at line 227 of file offload.h.

Referenced by max_rx_payload(), and t4_sysctls().

◆ tls_rx_ports

int* tom_tunables::tls_rx_ports

Definition at line 229 of file offload.h.

Referenced by t4_detach_common().

◆ tls_rx_timeout

int tom_tunables::tls_rx_timeout

Definition at line 228 of file offload.h.

Referenced by t4_sysctls().

◆ tx_align

int tom_tunables::tx_align

Definition at line 231 of file offload.h.

Referenced by t4_sysctls().

◆ tx_zcopy

int tom_tunables::tx_zcopy

Definition at line 232 of file offload.h.

Referenced by t4_sysctls().

◆ update_hc_on_pmtu_change

int tom_tunables::update_hc_on_pmtu_change

Definition at line 235 of file offload.h.

Referenced by t4_sysctls().


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