Home
last modified time | relevance | path

Searched defs:al_eth_board_params (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h2036 struct al_eth_board_params { struct
2037 enum al_eth_board_media_type media_type;
2038 al_bool phy_exist; /**< external phy exist */
2039 uint8_t phy_mdio_addr; /**< mdio address of external phy */
2040 al_bool sfp_plus_module_exist; /**< SFP+ module connected */
2041 al_bool autoneg_enable; /**< enable Auto-Negotiation */
2042 al_bool kr_lt_enable; /**< enable KR Link-Training */
2043 al_bool kr_fec_enable; /**< enable KR FEC */
2044 enum al_eth_board_mdio_freq mdio_freq; /**< MDIO frequency */
2045 uint8_t i2c_adapter_id; /**< identifier for the i2c adapter to use to access SFP+ module */
[all …]