/src/sys/dev/pci/ixgbe/ |
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_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_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.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_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
|
/src/sys/dev/pci/cxgb/ |
cxgb_common.h | 428 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
|