Searched defs:link_config (Results 1 – 7 of 7) sorted by relevance
444 struct link_config { struct446 int8_t requested_aneg; /* link autonegotiation */447 int8_t requested_fc; /* flow control */448 int8_t requested_fec; /* FEC */449 int8_t force_fec; /* FORCE_FEC in L1_CFG32 command. */450 u_int requested_speed; /* speed (Mbps) */451 uint32_t requested_caps;/* rcap in last l1cfg issued by the driver. */454 uint32_t pcaps; /* link capabilities */455 uint32_t acaps; /* advertised capabilities */456 uint32_t lpacaps; /* peer advertised capabilities */[all …]
429 struct link_config { struct430 unsigned int supported; /* link capabilities */431 unsigned int advertising; /* advertised capabilities */432 unsigned short requested_speed; /* speed user has requested */433 unsigned short speed; /* actual link speed */434 unsigned char requested_duplex; /* duplex user has requested */435 unsigned char duplex; /* actual link duplex */436 unsigned char requested_fc; /* flow control user has requested */437 unsigned char fc; /* actual link flow control */438 unsigned char autoneg; /* autonegotiating? */[all …]
312 struct al_eth_link_config link_config; member
98 struct link_config link_config; member
14326 uint32_t link_config; in bxe_link_settings_requested() local
13302 uint32_t link_config; in elink_phy_def_cfg() local
1106 uint32_t link_config; /* Used as HW defaults for the driver */ member