Searched defs:autoneg (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlether.c163 boolean_t autoneg = eattr->lei_attr[ptype].le_autoneg; local
165 (void) strlcpy(buf, (autoneg ? "yes" : "no"), buflen);
273 uint32_t autoneg, pause, asmpause, fault; local
312 attrstat[i].autoneg_stat, KSTAT_DATA_UINT32, &autoneg);
326 eattr->lei_attr[i].le_autoneg = (autoneg != 0);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mac.c276 __in boolean_t autoneg)
299 autoneg = B_FALSE;
306 epp->ep_fcntl_autoneg = autoneg;
273 efx_mac_fcntl_set( __in efx_nic_t *enp, __in unsigned int fcntl, __in boolean_t autoneg) argument
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c161 * @autoneg: TRUE when autoneg or autotry is enabled
167 bool *autoneg)
169 ixgbe_get_copper_link_capabilities_generic(hw, speed, autoneg);
165 ixgbe_get_link_capabilities_X540(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dixgbe_82598.c50 bool *autoneg);
292 * @autoneg: boolean auto-negotiation value
298 bool *autoneg)
318 *autoneg = FALSE;
323 *autoneg = FALSE;
328 *autoneg = TRUE;
338 *autoneg = TRUE;
483 * Flow control is disabled by software override or autoneg.
571 /* Only poll for autoneg to complete if specified to do so */
734 bool autoneg local
296 ixgbe_get_link_capabilities_82598(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
[all...]
H A Dixgbe_82599.c407 * @autoneg: TRUE when autoneg or autotry is enabled
413 bool *autoneg)
429 *autoneg = TRUE;
446 *autoneg = FALSE;
451 *autoneg = FALSE;
456 *autoneg = TRUE;
461 *autoneg = FALSE;
473 *autoneg = TRUE;
484 *autoneg
411 ixgbe_get_link_capabilities_82599(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
889 bool autoneg = FALSE; local
[all...]
H A Dixgbe_phy.c811 bool autoneg = FALSE; local
816 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg);
1004 * @autoneg: boolean auto-negotiation value
1008 bool *autoneg)
1014 *autoneg = TRUE;
1081 bool autoneg = FALSE; local
1086 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg);
1006 ixgbe_get_copper_link_capabilities_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dixgbe_api.c559 * ixgbe_setup_phy_link - Restart PHY autoneg
715 bool *autoneg)
718 speed, autoneg), IXGBE_NOT_IMPLEMENTED);
714 ixgbe_get_link_capabilities(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dixgbe_x550.c1167 /* CS4227 does not support autoneg, so disable the laser control
1191 * @autoneg: TRUE when autoneg or autotry is enabled
1195 bool *autoneg)
1203 *autoneg = FALSE;
1223 *autoneg = TRUE;
2781 /* restore autoneg from before setting lplu speed */
1193 ixgbe_get_link_capabilities_X550em(struct ixgbe_hw *hw, ixgbe_link_speed *speed, bool *autoneg) argument
H A Dixgbe_common.c184 /* only some copper devices support flow control autoneg */
204 "Device %x does not support flow control autoneg",
243 * HW will be able to do fc autoneg once the cable is plugged in. If
2764 * Flow control is disabled by software override or autoneg.
2943 * - backplane autoneg was not completed, or if
3016 * - FC autoneg is disabled, or if
3021 "Flow control autoneg is disabled");
4774 bool autoneg, link_up = FALSE; local
4779 status = ixgbe_get_link_capabilities(hw, &link_speed, &autoneg);
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h165 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h291 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.h464 int autoneg; member in struct:eri
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h810 bool autoneg; member in struct:e1000_mac_info

Completed in 114 milliseconds