Searched defs:link_config (Results 1 – 5 of 5) sorted by relevance
294 struct link_config { struct295 fw_port_cap32_t pcaps; /* link capabilities */296 fw_port_cap32_t acaps; /* advertised capabilities */298 u32 requested_speed; /* speed (Mb/s) user has requested */299 u32 speed; /* actual link speed (Mb/s) */301 enum cc_pause requested_fc; /* flow control user has requested */302 enum cc_pause fc; /* actual link flow control */304 enum cc_fec auto_fec; /* Forward Error Correction310 unsigned char autoneg; /* autonegotiating? */312 unsigned char link_ok; /* link up? */[all …]
8620 uint32_t link_config; in bnx2x_link_settings_requested() local
698 uint32_t link_config[ELINK_LINK_CONFIG_SIZE]; member
13392 uint32_t link_config; in elink_phy_def_cfg() local
1106 uint32_t link_config; /* Used as HW defaults for the driver */ member