/src/sys/dev/pci/ixgbe/ |
ixgbe_82599.h | 42 ixgbe_link_speed *speed, bool *autoneg);
|
ixgbe_x540.h | 43 ixgbe_link_speed *speed, bool *autoneg);
|
ixgbe_82598.c | 56 bool *autoneg); 298 * @autoneg: boolean auto-negotiation value 304 bool *autoneg) 324 *autoneg = FALSE; 329 *autoneg = FALSE; 334 *autoneg = TRUE; 344 *autoneg = TRUE; 489 * Flow control is disabled by software override or autoneg. 578 /* Only poll for autoneg to complete if specified to do so */ 584 links_reg = 0; /* Just in case Autoneg time = 0 * 741 bool autoneg = FALSE; local in function:ixgbe_setup_mac_link_82598 [all...] |
ixgbe_82599.c | 420 * @autoneg: TRUE when autoneg or autotry is enabled 426 bool *autoneg) 442 *autoneg = TRUE; 459 *autoneg = FALSE; 464 *autoneg = FALSE; 469 *autoneg = TRUE; 474 *autoneg = FALSE; 486 *autoneg = TRUE; 497 *autoneg = TRUE 904 bool autoneg = FALSE; local in function:ixgbe_setup_mac_link_82599 [all...] |
ixgbe_phy.h | 182 bool *autoneg);
|
ixgbe_x550.h | 85 ixgbe_link_speed *speed, bool *autoneg);
|
ixgbe_phy.c | 796 bool autoneg = FALSE; local in function:ixgbe_setup_phy_link_generic 801 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg); 987 * @autoneg: boolean auto-negotiation value 991 bool *autoneg) 997 *autoneg = TRUE; 1066 bool autoneg = FALSE; local in function:ixgbe_setup_phy_link_tnx 1071 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg);
|
ixgbe_api.h | 96 bool *autoneg);
|
ixgbe_api.c | 564 * ixgbe_setup_phy_link - Restart PHY autoneg 725 * @autoneg: TRUE when autoneg or autotry is enabled 730 bool *autoneg) 733 speed, autoneg), IXGBE_NOT_IMPLEMENTED);
|
ixgbe_x540.c | 172 * @autoneg: TRUE when autoneg or autotry is enabled 178 bool *autoneg) 180 ixgbe_get_copper_link_capabilities_generic(hw, speed, autoneg);
|
ixgbe.c | 1569 u32 autoneg, err = 0; local in function:ixgbe_config_link 1599 autoneg = hw->phy.autoneg_advertised; 1601 && ((!autoneg) && (hw->mac.ops.get_link_capabilities))) 1602 err = hw->mac.ops.get_link_capabilities(hw, &autoneg, 1607 err = hw->mac.ops.setup_link(hw, autoneg, 4887 u32 autoneg; local in function:ixgbe_handle_msf 4894 autoneg = hw->phy.autoneg_advertised; 4895 if ((!autoneg) && (hw->mac.ops.get_link_capabilities)) 4896 hw->mac.ops.get_link_capabilities(hw, &autoneg, &negotiate); 4898 hw->mac.ops.setup_link(hw, autoneg, TRUE) [all...] |
ixgbe_x550.c | 2003 /* CS4227 does not support autoneg, so disable the laser control 2053 * @autoneg: TRUE when autoneg or autotry is enabled 2057 bool *autoneg) 2062 *autoneg = TRUE; 2071 *autoneg = FALSE; 2089 *autoneg = TRUE; 2095 *autoneg = FALSE; 4050 /* restore autoneg from before setting lplu speed */ 4199 * - FC autoneg is disabled, or i [all...] |
ixgbe_common.c | 181 /* flow control autoneg block list */ 207 /* only some copper devices support flow control autoneg */ 263 * HW will be able to do fc autoneg once the cable is plugged in. If 2888 * Flow control is disabled by software override or autoneg. 3067 * - backplane autoneg was not completed, or if 3140 * - FC autoneg is disabled, or if 3146 "Flow control autoneg is disabled"); 3157 /* Autoneg flow control on fiber adapters */ 3165 /* Autoneg flow control on backplane adapters */ 3170 /* Autoneg flow control on copper adapters * 5405 bool autoneg, link_up = FALSE; local in function:ixgbe_setup_mac_link_multispeed_fiber [all...] |
/src/sys/dev/pci/igc/ |
igc_hw.h | 293 bool autoneg; member in struct:igc_mac_info
|
igc_mac.c | 594 if (mac->autoneg) { 595 /* Read the MII Status Register and check to see if AutoNeg 609 /* The AutoNeg process has completed, so we now need to
|
igc_phy.c | 459 * igc_copper_link_autoneg - Setup/Enable autoneg for copper link 462 * Performs initial bounds checking on autoneg advertisement parameter, then 463 * configure to advertise the full capability. Setup the PHY to autoneg 465 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting. 476 /* Perform some bounds checking on the autoneg advertisement 538 if (hw->mac.autoneg) { 539 /* Setup autoneg and flow control advertisement and perform 620 /* Break after autoneg completes or PHY_AUTO_NEG_LIMIT expires. */
|
igc_i225.c | 1046 if (!mac->autoneg) 1057 * settings because we may have had to re-autoneg with a
|
if_igc.c | 411 hw->mac.autoneg = DO_AUTO_NEG; 2394 sc->hw.mac.autoneg = DO_AUTO_NEG;
|
/src/sys/dev/pci/cxgb/ |
cxgb_common.h | 428 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
|
cxgb_t3_hw.c | 364 * t3_phy_advertise - set the PHY advertisement registers for autoneg 1134 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) { 1170 if (lc->autoneg == AUTONEG_DISABLE) { 1176 /* Also disables autoneg */ 3556 lc->autoneg = AUTONEG_ENABLE; 3560 lc->autoneg = AUTONEG_DISABLE;
|