Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h444 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 */
[all …]
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h429 struct link_config { struct
430 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 …]
/freebsd/sys/dev/al_eth/
H A Dal_eth.h312 struct al_eth_link_config link_config; member
/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h98 struct link_config link_config; member
/freebsd/sys/dev/bxe/
H A Dbxe.c14326 uint32_t link_config; in bxe_link_settings_requested() local
H A Dbxe_elink.c13302 uint32_t link_config; in elink_phy_def_cfg() local
H A Decore_hsi.h1106 uint32_t link_config; /* Used as HW defaults for the driver */ member