Lines Matching defs:link_config
444 struct link_config { struct
446 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 */
457 u_int speed; /* actual link speed (Mbps) */
458 int8_t fc; /* actual link flow control */
459 int8_t fec_hint; /* cable/transceiver recommended fec */
460 int8_t fec; /* actual FEC */
461 bool link_ok; /* link up? */
462 uint8_t link_down_rc; /* link down reason */