Searched defs:link_config (Results 1 – 8 of 8) sorted by relevance
156 struct link_config { struct157 unsigned int supported; /* link capabilities */158 unsigned int advertising; /* advertised capabilities */159 unsigned short requested_speed; /* speed user has requested */160 unsigned short speed; /* actual link speed */161 unsigned char requested_duplex; /* duplex user has requested */162 unsigned char duplex; /* actual link duplex */163 unsigned char requested_fc; /* flow control user has requested */164 unsigned char fc; /* actual link flow control */165 unsigned char autoneg; /* autonegotiating? */
284 struct link_config { struct285 unsigned short supported; /* link capabilities */286 unsigned short advertising; /* advertised capabilities */287 unsigned short requested_speed; /* speed user has requested */288 unsigned short speed; /* actual link speed */289 unsigned char requested_fc; /* flow control user has requested */290 unsigned char fc; /* actual link flow control */291 unsigned char autoneg; /* autonegotiating? */292 unsigned char link_ok; /* link up? */
180 struct link_config link_config; member
104 u32 link_config; member
1042 u32 link_config; /* Used as HW defaults for the driver */ member
2082 struct tg3_link_config link_config; member
13285 u32 link_config; in elink_phy_def_cfg() local
1773 u32_t link_config[ELINK_LINK_CONFIG_SIZE]; member