Searched refs:autoneg (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-10.2-release/sys/dev/cxgb/common/
H A Dcxgb_common.h439 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
H A Dcxgb_t3_hw.c417 * t3_phy_advertise - set the PHY advertisement registers for autoneg
1553 if (link_ok && speed >= 0 && lc->autoneg == AUTONEG_ENABLE &&
1688 if (lc->autoneg == AUTONEG_DISABLE) {
1694 /* Also disables autoneg */
4279 lc->autoneg = AUTONEG_ENABLE;
4283 lc->autoneg = AUTONEG_DISABLE;
/freebsd-10.2-release/sys/dev/cxgbe/common/
H A Dcommon.h313 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
H A Dt4_hw.c1899 } else if (lc->autoneg == AUTONEG_DISABLE) {
5513 lc->autoneg = AUTONEG_ENABLE;
5517 lc->autoneg = AUTONEG_DISABLE;
/freebsd-10.2-release/sys/dev/e1000/
H A Dif_em.c643 hw->mac.autoneg = DO_AUTO_NEG;
1828 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1834 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1838 adapter->hw.mac.autoneg = FALSE;
1846 adapter->hw.mac.autoneg = FALSE;
H A Dif_igb.c554 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1792 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1798 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1802 adapter->hw.mac.autoneg = FALSE;
1810 adapter->hw.mac.autoneg = FALSE;
H A De1000_phy.c1424 if (hw->mac.autoneg) {
1615 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1618 * Performs initial bounds checking on autoneg advertisement parameter, then
1619 * configure to advertise the full capability. Setup the PHY to autoneg
1621 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
1631 /* Perform some bounds checking on the autoneg advertisement
1668 DEBUGOUT("Error while waiting for autoneg to complete\n");
1694 if (hw->mac.autoneg) {
1695 /* Setup autoneg and flow control advertisement and perform
2031 /* Disable autoneg o
[all...]
H A De1000_82575.c1210 * settings because we may have had to re-autoneg with a
1333 * The link up bit determines when link is up on autoneg.
1657 /* default pcs_autoneg to the same setting as mac autoneg */
1658 pcs_autoneg = hw->mac.autoneg;
1664 /* autoneg time out should be disabled for SGMII mode */
1668 /* disable PCS autoneg and support parallel detect only */
1687 * link either autoneg or be forced to 1000/Full
1709 /* Set PCS register for autoneg */
1711 E1000_PCS_LCTL_AN_RESTART; /* Restart autoneg */
1713 /* Disable force flow control for autoneg */
[all...]
H A De1000_ich8lan.c1597 if (!mac->autoneg)
1608 * settings because we may have had to re-autoneg with a
/freebsd-10.2-release/sys/dev/qlxgbe/
H A Dql_hw.h1522 autoneg :1, member in struct:_qla_hw::__anon10057
H A Dql_hw.c448 if (ha->hw.flags.autoneg) {
/freebsd-10.2-release/sys/dev/sfxge/common/
H A Defx.h472 __in boolean_t autoneg);
/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_common.c184 /* only some copper devices support flow control autoneg */
202 "Device %x does not support flow control autoneg",
239 * HW will be able to do fc autoneg once the cable is plugged in. If
2760 * Flow control is disabled by software override or autoneg.
2939 * - backplane autoneg was not completed, or if
3012 * - FC autoneg is disabled, or if
3017 "Flow control autoneg is disabled");
4767 bool autoneg, link_up = FALSE; local
4772 status = ixgbe_get_link_capabilities(hw, &link_speed, &autoneg);

Completed in 330 milliseconds

12