Skip to content

Struct cl_eth_config_t

ClassList > cl_eth_config_t

Ethernet config. Contains an auto negotiation setting (IEEE aneg enabled or disabled), one or more speed settings (ORed) and one or more link roles (ORed)

  • #include <cl/cl_api.h>

Public Attributes

Type Name
enum cl_aneg_mode_t aneg_mode
uint32_t link_role
uint32_t link_speed

Public Attributes Documentation

variable aneg_mode

enum cl_aneg_mode_t cl_eth_config_t::aneg_mode;

uint32_t cl_eth_config_t::link_role;

flag containing ORed enumerations from cl_link_role_t


uint32_t cl_eth_config_t::link_speed;

flag containing ORed enumerations from cl_link_speed_t



The documentation for this class was generated from the following file cl/cl_api.h