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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_mac.c498 if (!mac->autoneg)
509 * settings because we may have had to re-autoneg with a
726 if (mac->autoneg) {
H A Digc_hw.h449 bool autoneg; member in struct:igc_mac_info
H A Digc_phy.c464 * igc_copper_link_autoneg - Setup/Enable autoneg for copper link
467 * Performs initial bounds checking on autoneg advertisement parameter, then
468 * configure to advertise the full capability. Setup the PHY to autoneg
470 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
480 /* Perform some bounds checking on the autoneg advertisement
517 DEBUGOUT("Error while waiting for autoneg to complete\n");
543 if (hw->mac.autoneg) {
544 /* Setup autoneg and flow control advertisement and perform
611 /* Disable autoneg on the phy */
775 /* Break after autoneg complete
[all...]
H A Digc_i225.c1040 if (!mac->autoneg)
1051 * settings because we may have had to re-autoneg with a
H A Dif_igc.c573 hw->mac.autoneg = DO_AUTO_NEG;
1045 adapter->hw.mac.autoneg = DO_AUTO_NEG;
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.c754 if (!mac->autoneg)
765 * settings because we may have had to re-autoneg with a
930 DEBUGOUT("SERDES: Link up - autoneg completed successfully.\n");
933 DEBUGOUT("SERDES: Link down - invalid codewords detected in autoneg.\n");
941 DEBUGOUT("SERDES: Link down - autoneg failed\n");
1392 if ((hw->phy.media_type == e1000_media_type_copper) && mac->autoneg) {
1537 mac->autoneg) {
2133 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) {
H A De1000_82543.c752 if (!hw->mac.autoneg && (hw->mac.forced_speed_duplex &
1092 if (hw->mac.autoneg) {
1094 * Setup autoneg and flow control advertisement and perform
1228 if (!mac->autoneg) {
1271 * settings because we may have had to re-autoneg with a
H A De1000_82541.c561 if (hw->mac.autoneg) {
630 if (!mac->autoneg) {
647 * settings because we may have had to re-autoneg with a
H A Dif_em.c1014 hw->mac.autoneg = DO_AUTO_NEG;
1627 sc->hw.mac.autoneg = DO_AUTO_NEG;
1633 sc->hw.mac.autoneg = DO_AUTO_NEG;
1637 sc->hw.mac.autoneg = false;
1645 sc->hw.mac.autoneg = false;
2313 sc->hw.mac.autoneg == 0 ||
2332 if(sc->hw.mac.autoneg &&
2349 if(sc->hw.mac.autoneg &&
H A De1000_hw.h844 bool autoneg; member in struct:e1000_mac_info
H A De1000_phy.c1436 if (hw->mac.autoneg) {
1627 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1630 * Performs initial bounds checking on autoneg advertisement parameter, then
1631 * configure to advertise the full capability. Setup the PHY to autoneg
1633 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
1643 /* Perform some bounds checking on the autoneg advertisement
1680 DEBUGOUT("Error while waiting for autoneg to complete\n");
1706 if (hw->mac.autoneg) {
1707 /* Setup autoneg and flow control advertisement and perform
2043 /* Disable autoneg o
[all...]
H A De1000_82575.c1087 * settings because we may have had to re-autoneg with a
1217 * The link up bit determines when link is up on autoneg.
1530 /* default pcs_autoneg to the same setting as mac autoneg */
1531 pcs_autoneg = hw->mac.autoneg;
1537 /* autoneg time out should be disabled for SGMII mode */
1541 /* disable PCS autoneg and support parallel detect only */
1560 * link either autoneg or be forced to 1000/Full
1582 /* Set PCS register for autoneg */
1584 E1000_PCS_LCTL_AN_RESTART; /* Restart autoneg */
1586 /* Disable force flow control for autoneg */
[all...]
H A De1000_ich8lan.c1807 if (!mac->autoneg)
1818 * settings because we may have had to re-autoneg with a

Completed in 315 milliseconds