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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em.c231 adapter->hw.autoneg = DO_AUTO_NEG;
910 adapter->hw.autoneg = DO_AUTO_NEG;
919 adapter->hw.autoneg = DO_AUTO_NEG;
923 adapter->hw.autoneg = FALSE;
931 adapter->hw.autoneg = FALSE;
1720 !adapter->hw.autoneg || !(adapter->hw.autoneg_advertised & ADVERTISE_1000_FULL))
1737 if(adapter->hw.autoneg &&
1754 if(adapter->hw.autoneg &&
H A Dif_em_hw.c972 if(hw->autoneg) {
1108 * autoneg = 1 (default)
1111 * autoneg = 0
1116 /* Is autoneg enabled? This is enabled by default or by software
1118 * autoneg_advertised and fc options. If autoneg is NOT enabled, then
1122 if(hw->autoneg) {
1156 HW_DEBUGOUT("Error while waiting for autoneg to complete");
1219 * Configures PHY autoneg and flow control advertisement settings
1393 /* We need to disable autoneg in order to force link and duplex. */
1483 /* We will wait for autoneg t
[all...]
H A Dif_em_hw.h1020 uint8_t autoneg; member in struct:em_hw
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_82543.c752 if (!hw->mac.autoneg &&
1092 if (hw->mac.autoneg) {
1094 * Setup autoneg and flow control advertisement and perform
1231 if (!mac->autoneg) {
1274 * settings because we may have had to re-autoneg with a
H A De1000_mac.c743 if (!mac->autoneg)
756 * settings because we may have had to re-autoneg with a
926 DEBUGOUT("SERDES: Link up - autoneg completed successfully.\n");
929 DEBUGOUT("SERDES: Link down - invalid codewords detected in autoneg.\n");
937 DEBUGOUT("SERDES: Link down - autoneg failed\n");
1393 if ((hw->phy.media_type == e1000_media_type_copper) && mac->autoneg) {
2076 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) {
H A Dif_lem.c502 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1516 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1522 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1526 adapter->hw.mac.autoneg = FALSE;
1534 adapter->hw.mac.autoneg = FALSE;
2466 adapter->hw.mac.autoneg == 0 ||
2485 if(adapter->hw.mac.autoneg &&
2502 if(adapter->hw.mac.autoneg &&
H A De1000_82541.c564 if (hw->mac.autoneg) {
633 if (!mac->autoneg) {
650 * settings because we may have had to re-autoneg with a
H A De1000_hw.h780 bool autoneg; member in struct:e1000_mac_info
H A Dif_igb.c533 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1750 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1756 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1760 adapter->hw.mac.autoneg = FALSE;
1768 adapter->hw.mac.autoneg = FALSE;
H A Dif_em.c599 hw->mac.autoneg = DO_AUTO_NEG;
1759 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1765 adapter->hw.mac.autoneg = DO_AUTO_NEG;
1769 adapter->hw.mac.autoneg = FALSE;
1777 adapter->hw.mac.autoneg = FALSE;
H A De1000_phy.c1413 if (hw->mac.autoneg) {
1612 * e1000_copper_link_autoneg - Setup/Enable autoneg for copper link
1615 * Performs initial bounds checking on autoneg advertisement parameter, then
1616 * configure to advertise the full capability. Setup the PHY to autoneg
1618 * autoneg_wait_to_complete, then wait for autoneg to complete before exiting.
1629 * Perform some bounds checking on the autoneg advertisement
1669 DEBUGOUT("Error while waiting for autoneg to complete\n");
1695 if (hw->mac.autoneg) {
1697 * Setup autoneg and flow control advertisement and perform
2030 /* Disable autoneg o
[all...]
H A De1000_82575.c1207 * The link up bit determines when link is up on autoneg.
1496 /* default pcs_autoneg to the same setting as mac autoneg */
1497 pcs_autoneg = hw->mac.autoneg;
1503 /* autoneg time out should be disabled for SGMII mode */
1507 /* disable PCS autoneg and support parallel detect only */
1526 * link either autoneg or be forced to 1000/Full
1554 /* Set PCS register for autoneg */
1556 E1000_PCS_LCTL_AN_RESTART; /* Restart autoneg */
H A De1000_ich8lan.c731 if (!mac->autoneg) {
746 * settings because we may have had to re-autoneg with a

Completed in 152 milliseconds