Searched refs:autoneg (Results 1 - 25 of 34) sorted by relevance

12

/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/ixgbe/core/
H A Dixgbe_82599.h39 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_x540.h41 ixgbe_link_speed *speed, bool *autoneg);
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_x550.h80 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_phy.h175 bool *autoneg);
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_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.h92 bool *autoneg);
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
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h165 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
H A Dch_subr.c173 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE) {
839 if (lc->autoneg == AUTONEG_DISABLE) {
845 /* Also disables autoneg */
1347 lc->autoneg = AUTONEG_ENABLE;
1351 lc->autoneg = AUTONEG_DISABLE;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c306 *val = lc->autoneg == AUTONEG_ENABLE;
509 old = lc->autoneg;
513 lc->autoneg = new;
582 if (lc->autoneg == AUTONEG_ENABLE) {
597 if (lc->autoneg == AUTONEG_ENABLE) {
681 *u = lc->autoneg == AUTONEG_ENABLE;
/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/sun/io/eri/
H A Deri.h464 int autoneg; member in struct:eri
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c746 if (!mac->autoneg)
757 * settings because we may have had to re-autoneg with a
922 DEBUGOUT("SERDES: Link up - autoneg completed successfully.\n");
925 DEBUGOUT("SERDES: Link down - invalid codewords detected in autoneg.\n");
933 DEBUGOUT("SERDES: Link down - autoneg failed\n");
1384 if ((hw->phy.media_type == e1000_media_type_copper) && mac->autoneg) {
1529 mac->autoneg) {
2195 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) {
H A De1000_82543.c751 if (!hw->mac.autoneg && (hw->mac.forced_speed_duplex &
1091 if (hw->mac.autoneg) {
1093 * Setup autoneg and flow control advertisement and perform
1227 if (!mac->autoneg) {
1270 * settings because we may have had to re-autoneg with a
H A De1000_82541.c560 if (hw->mac.autoneg) {
629 if (!mac->autoneg) {
646 * settings because we may have had to re-autoneg with a
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1593 if (hw->mac.autoneg)
4331 mac->autoneg = B_TRUE;
4355 mac->autoneg = B_FALSE;
4378 mac->autoneg = B_TRUE;
4566 mac->autoneg = B_FALSE;
4573 mac->autoneg = B_FALSE;
4580 mac->autoneg = B_FALSE;
4587 mac->autoneg = B_FALSE;
4598 mac->autoneg = B_TRUE;
4602 mac->autoneg
[all...]
H A De1000g_stat.c620 *val = hw->mac.autoneg;
668 *val = hw->mac.autoneg;
/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/common/io/igb/
H A Digb_gld.c306 *val = hw->mac.autoneg;
354 *val = hw->mac.autoneg;
H A Digb_main.c3093 mac->autoneg = B_TRUE;
3117 mac->autoneg = B_FALSE;
3137 mac->autoneg = B_TRUE;
3559 if (hw->mac.autoneg)
5098 igb->param_adv_autoneg_cap = hw->mac.autoneg;

Completed in 142 milliseconds

12