FreeBSD kernel CXGB device code
link_config Struct Reference

#include <cxgb_common.h>

Data Fields

unsigned int supported
 
unsigned int advertising
 
unsigned short requested_speed
 
unsigned short speed
 
unsigned char requested_duplex
 
unsigned char duplex
 
unsigned char requested_fc
 
unsigned char fc
 
unsigned char autoneg
 
unsigned int link_ok
 

Detailed Description

Definition at line 431 of file cxgb_common.h.

Field Documentation

◆ advertising

unsigned int link_config::advertising

Definition at line 433 of file cxgb_common.h.

Referenced by init_link_config(), and t3_link_start().

◆ autoneg

unsigned char link_config::autoneg

Definition at line 440 of file cxgb_common.h.

Referenced by init_link_config(), t3_link_changed(), and t3_link_start().

◆ duplex

unsigned char link_config::duplex

Definition at line 437 of file cxgb_common.h.

Referenced by init_link_config(), t3_link_changed(), and t3_link_start().

◆ fc

unsigned char link_config::fc

Definition at line 439 of file cxgb_common.h.

Referenced by init_link_config(), t3_link_changed(), and t3_link_start().

◆ link_ok

◆ requested_duplex

unsigned char link_config::requested_duplex

Definition at line 436 of file cxgb_common.h.

Referenced by init_link_config(), and t3_link_start().

◆ requested_fc

unsigned char link_config::requested_fc

Definition at line 438 of file cxgb_common.h.

Referenced by init_link_config(), t3_link_changed(), and t3_link_start().

◆ requested_speed

unsigned short link_config::requested_speed

Definition at line 434 of file cxgb_common.h.

Referenced by init_link_config(), and t3_link_start().

◆ speed

unsigned short link_config::speed

Definition at line 435 of file cxgb_common.h.

Referenced by cxgb_media_status(), init_link_config(), t3_link_changed(), and t3_link_start().

◆ supported

unsigned int link_config::supported

Definition at line 432 of file cxgb_common.h.

Referenced by init_link_config(), and t3_link_start().


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