Searched refs:autoneg (Results 251 - 275 of 283) sorted by relevance

<<1112

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h594 unsigned char autoneg; /* autonegotiating? */ member in struct:link_config
/linux-master/drivers/net/ethernet/toshiba/
H A Dspider_net.c2006 /* fiber didn't come up, try to disable fiber autoneg */
2050 phy->autoneg == 1 ? "" : "no ");
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c1607 phydev->autoneg = AUTONEG_DISABLE;
H A Dmicrel.c645 phydev->autoneg = AUTONEG_DISABLE;
738 * switching from autoneg off to on. So, take MDI-X configuration under
739 * own control and set it after autoneg configuration was done.
1756 if (phydev->autoneg != AUTONEG_ENABLE) {
1779 * switching from autoneg off to on. So, take MDI-X configuration under
1780 * own control and set it after autoneg configuration was done.
2065 /* If autoneg is enabled, we won't be able to test cross pair
2079 /* If autoneg is enabled, we won't be able to test cross pair
2082 * If autoneg is disabled, we should set the speed to 10mbit.
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_ethtool.c280 cmd->base.autoneg = AUTONEG_DISABLE;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h4874 u32 proto_admin, bool autoneg)
4880 mlxsw_reg_ptys_an_disable_admin_set(payload, !autoneg);
4884 u32 proto_admin, bool autoneg)
4890 mlxsw_reg_ptys_an_disable_admin_set(payload, !autoneg);
4873 mlxsw_reg_ptys_eth_pack(char *payload, u16 local_port, u32 proto_admin, bool autoneg) argument
4883 mlxsw_reg_ptys_ext_eth_pack(char *payload, u16 local_port, u32 proto_admin, bool autoneg) argument
H A Dspectrum.c1384 mlxsw_sp_port->link.autoneg);
1671 mlxsw_sp_port->link.autoneg = 1;
/linux-master/drivers/net/
H A Dveth.c132 cmd->base.autoneg = AUTONEG_DISABLE;
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c1036 port->autoneg = 1;
1080 port->autoneg = port_speed == EHEA_SPEED_AUTONEG ? 1 : 0;
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c3350 cmd->base.autoneg = (status & VELOCITY_AUTONEG_ENABLE) ?
3380 new_status |= ((cmd->base.autoneg) ? VELOCITY_AUTONEG_ENABLE : 0);
/linux-master/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c1723 cmd->base.autoneg = ql_get_auto_cfg_status(qdev);
1771 pause->autoneg = ql_get_auto_cfg_status(qdev);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c41 * ixgbe_device_supports_autoneg_fc - Check if phy supports autoneg flow
45 * There are several phys that do not support autoneg flow control. This
47 * autoneg flow control.
57 /* flow control autoneg black list */
80 /* only some copper devices support flow control autoneg */
102 hw_dbg(hw, "Device %x does not support flow control autoneg\n",
139 * HW will be able to do fc autoneg once the cable is plugged in. If
2173 * Flow control is disabled by software override or autoneg.
2338 * - backplane autoneg was not completed, or if
2404 * - FC autoneg i
4201 bool autoneg, link_up = false; local
[all...]
H A Dixgbe_main.c5542 bool autoneg, link_up = false; local
5554 &autoneg);
7917 bool autoneg = false; local
7928 hw->mac.ops.get_link_capabilities(hw, &cap_speed, &autoneg);
7931 if (!autoneg && (cap_speed & IXGBE_LINK_SPEED_10GB_FULL))
/linux-master/net/ethtool/
H A Dioctl.c408 legacy_settings->autoneg
409 = link_ksettings->base.autoneg;
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c5278 if ((cmd->base.autoneg == AUTONEG_ENABLE) ||
5325 cmd->base.autoneg = AUTONEG_DISABLE;
5509 ep->autoneg = false;
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.c2121 ecmd->base.autoneg = AUTONEG_DISABLE;
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1378 u8 autoneg; member in struct:e1000_hw
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c1173 phy_dev->autoneg = false;
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.c1305 * settings because we may have had to re-autoneg with a
1372 /* The link up bit determines when link is up on autoneg. The sync ok
1692 /* default pcs_autoneg to the same setting as mac autoneg */
1693 pcs_autoneg = hw->mac.autoneg;
1699 /* autoneg time out should be disabled for SGMII mode */
1703 /* disable PCS autoneg and support parallel detect only */
1721 * link either autoneg or be forced to 1000/Full
1742 /* Set PCS register for autoneg */
1744 E1000_PCS_LCTL_AN_RESTART; /* Restart autoneg */
1746 /* Disable force flow control for autoneg */
[all...]
H A Digb_main.c2415 if (!hw->mac.autoneg)
3428 hw->mac.autoneg = true;
9303 mac->autoneg = 0;
9339 mac->autoneg = 1;
9347 /* clear MDI, MDI(-X) override is only allowed when autoneg enabled */
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c2108 pparam->autoneg = true;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1566 u8 autoneg; member in struct:bnxt_link_info
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_main.c2140 data->autoneg = tp->phydev->autoneg;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5252 hw->mac.autoneg &&
5261 e_info("Autonegotiated half duplex but link partner cannot autoneg. Try forcing full duplex if link gets many collisions.\n");
7619 adapter->hw.mac.autoneg = 1;
/linux-master/drivers/net/ethernet/sun/
H A Dniu.h3152 u8 autoneg; member in struct:rx_pkt_hdr0::niu_link_config

Completed in 718 milliseconds

<<1112