Searched defs:link_config (Results 1 – 7 of 7) sorted by relevance
306 struct link_config { struct307 unsigned short supported; /* link capabilities */308 unsigned short advertising; /* advertised capabilities */309 unsigned short requested_speed; /* speed user has requested */310 unsigned short speed; /* actual link speed */311 unsigned char requested_fc; /* flow control user has requested */312 unsigned char fc; /* actual link flow control */313 unsigned char autoneg; /* autonegotiating? */314 unsigned char link_ok; /* link up? */
430 struct link_config { struct431 unsigned int supported; /* link capabilities */432 unsigned int advertising; /* advertised capabilities */433 unsigned short requested_speed; /* speed user has requested */434 unsigned short speed; /* actual link speed */435 unsigned char requested_duplex; /* duplex user has requested */436 unsigned char duplex; /* actual link duplex */437 unsigned char requested_fc; /* flow control user has requested */438 unsigned char fc; /* actual link flow control */439 unsigned char autoneg; /* autonegotiating? */[all …]
98 struct link_config link_config; member
1049 uint32_t link_config[ELINK_LINK_CONFIG_SIZE]; member
14693 uint32_t link_config; in bxe_link_settings_requested() local
12967 uint32_t link_config; in elink_phy_def_cfg() local
1082 uint32_t link_config; /* Used as HW defaults for the driver */ member