Home
last modified time | relevance | path

Searched refs:autoneg (Results 1 – 25 of 66) sorted by relevance

123

/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c67 autoneg, enumerator
136 unsigned int autoneg; member
388 sys_op->autoneg = value; in fill_data()
742 { "autoneg", SYSL_BOOL, autoneg, "supported" }, in sysctl_pauseparam_handler()
757 sys_op->autoneg = pdata->phy.pause_autoneg; in sysctl_pauseparam_handler()
765 sys_op->autoneg ? "on" : "off", in sysctl_pauseparam_handler()
800 if (sys_op->autoneg && (pdata->phy.autoneg != AUTONEG_ENABLE)) { in sysctl_pauseparam_handler()
805 pdata->phy.pause_autoneg = sys_op->autoneg; in sysctl_pauseparam_handler()
839 { "autoneg", SYSL_BOOL, autoneg, "supported" }, in sysctl_link_ksettings_handler()
855 sys_op->autoneg = pdata->phy.autoneg; in sysctl_link_ksettings_handler()
[all …]
H A Dif_axgbe.c189 sc->prv.phy.autoneg = AUTONEG_DISABLE; in axgbe_media_change()
193 sc->prv.phy.autoneg = AUTONEG_DISABLE; in axgbe_media_change()
197 sc->prv.phy.autoneg = AUTONEG_DISABLE; in axgbe_media_change()
200 sc->prv.phy.autoneg = AUTONEG_ENABLE; in axgbe_media_change()
H A Dxgbe-mdio.c1195 if (pdata->phy.autoneg != AUTONEG_ENABLE) { in __xgbe_phy_config_aneg()
1317 if ((pdata->phy.autoneg != AUTONEG_ENABLE) || pdata->parallel_detect) in xgbe_phy_status_result()
1366 link_aneg = (pdata->phy.autoneg == AUTONEG_ENABLE); in xgbe_phy_status()
1581 pdata->phy.autoneg = AUTONEG_ENABLE; in xgbe_phy_init()
1585 pdata->phy.autoneg = AUTONEG_DISABLE; in xgbe_phy_init()
H A Dxgbe-phy-v2.c784 pdata->phy.autoneg = AUTONEG_ENABLE; in xgbe_phy_sfp_phy_settings()
804 pdata->phy.autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
813 pdata->phy.autoneg = AUTONEG_ENABLE; in xgbe_phy_sfp_phy_settings()
832 pdata->phy.autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
842 pdata->phy.autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
869 pdata->phy.autoneg = AUTONEG_DISABLE; in xgbe_phy_sfp_phy_settings()
1690 pdata->phy.duplex, pdata->phy.autoneg, pdata->phy.pause_autoneg); in xgbe_phy_sfp_detect()
2707 if (pdata->phy.autoneg == AUTONEG_ENABLE) in xgbe_phy_check_mode()
2982 if (AUTONEG_ENABLE == pdata->phy.autoneg) { in xgbe_phy_read_status()
3074 pdata->phy.duplex, pdata->phy.link, pdata->phy.autoneg); in xgbe_phy_read_status()
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_82599.c424 bool *autoneg) in ixgbe_get_link_capabilities_82599() argument
442 *autoneg = true; in ixgbe_get_link_capabilities_82599()
449 *autoneg = true; in ixgbe_get_link_capabilities_82599()
470 *autoneg = false; in ixgbe_get_link_capabilities_82599()
475 *autoneg = false; in ixgbe_get_link_capabilities_82599()
480 *autoneg = true; in ixgbe_get_link_capabilities_82599()
485 *autoneg = false; in ixgbe_get_link_capabilities_82599()
497 *autoneg = true; in ixgbe_get_link_capabilities_82599()
508 *autoneg = true; in ixgbe_get_link_capabilities_82599()
513 *autoneg = false; in ixgbe_get_link_capabilities_82599()
[all …]
H A Dixgbe_82598.c50 bool *autoneg);
298 bool *autoneg) in ixgbe_get_link_capabilities_82598() argument
318 *autoneg = false; in ixgbe_get_link_capabilities_82598()
323 *autoneg = false; in ixgbe_get_link_capabilities_82598()
328 *autoneg = true; in ixgbe_get_link_capabilities_82598()
338 *autoneg = true; in ixgbe_get_link_capabilities_82598()
735 bool autoneg = false; in ixgbe_setup_mac_link_82598() local
745 ixgbe_get_link_capabilities(hw, &link_capabilities, &autoneg); in ixgbe_setup_mac_link_82598()
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_x550.h79 ixgbe_link_speed *speed, bool *autoneg);
H A Dixgbe_phy.h180 bool *autoneg);
H A Dixgbe_phy.c808 bool autoneg = false; in ixgbe_setup_phy_link_generic() local
813 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg); in ixgbe_setup_phy_link_generic()
970 bool *autoneg) in ixgbe_get_copper_link_capabilities_generic() argument
976 *autoneg = true; in ixgbe_get_copper_link_capabilities_generic()
1045 bool autoneg = false; in ixgbe_setup_phy_link_tnx() local
1050 ixgbe_get_copper_link_capabilities_generic(hw, &speed, &autoneg); in ixgbe_setup_phy_link_tnx()
/freebsd/sys/dev/bxe/
H A Dbxe_ioctl.h68 uint32_t autoneg; /* Enable or disable autonegotiation */ member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3071 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3080 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3086 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3094 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3099 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3106 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3116 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3123 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3131 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
3142 softc->link_info.autoneg &= ~BNXT_AUTONEG_SPEED; in bnxt_media_change()
[all …]
H A Dbnxt.h264 (link_info->last_flow_ctrl.autoneg != link_info->flow_ctrl.autoneg))
375 bool autoneg; member
426 uint8_t autoneg; member
H A Dbnxt_hwrm.c1279 uint8_t autoneg = softc->link_info.autoneg; in bnxt_hwrm_set_link_common() local
1282 if (autoneg & BNXT_AUTONEG_SPEED) { in bnxt_hwrm_set_link_common()
1324 if (link_info->flow_ctrl.autoneg) { in bnxt_hwrm_set_pause_common()
1391 if (softc->link_info.flow_ctrl.autoneg) in bnxt_hwrm_set_link_setting()
1410 if (!softc->link_info.flow_ctrl.autoneg) in bnxt_hwrm_set_link_setting()
2809 link_info->flow_ctrl.autoneg = false; in bnxt_hwrm_port_phy_qcfg()
2815 link_info->flow_ctrl.autoneg = true; in bnxt_hwrm_port_phy_qcfg()
2818 if (link_info->flow_ctrl.autoneg) { in bnxt_hwrm_port_phy_qcfg()
/freebsd/sys/dev/sfxge/common/
H A Defx_mac.c304 __in boolean_t autoneg) in efx_mac_fcntl_set() argument
327 autoneg = B_FALSE; in efx_mac_fcntl_set()
334 epp->ep_fcntl_autoneg = autoneg; in efx_mac_fcntl_set()
/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h601 uint64_t autoneg:1; member
613 uint64_t autoneg:1;
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.h108 uint32_t autoneg; /* Enable or disable autonegotiation */ member
H A Decore_mcp_api.h35 bool autoneg; member
41 bool autoneg; member
/freebsd/sys/dev/qlxgb/
H A Dqla_hw.h706 uint8_t autoneg; /* 1 = autoneg enable; 0 = disabled */ member
733 autoneg :1, member
/freebsd/sys/dev/neta/
H A Dif_mvnetavar.h273 boolean_t autoneg; /* Autonegotiation status */ member
/freebsd/sys/dev/al_eth/
H A Dal_eth.h179 bool autoneg; member
/freebsd/sys/dev/igc/
H A Digc_mac.c496 if (!mac->autoneg) in igc_check_for_copper_link_generic()
724 if (mac->autoneg) { in igc_config_fc_after_link_up_generic()
/freebsd/sys/dev/e1000/
H A De1000_mac.c753 if (!mac->autoneg) in e1000_check_for_copper_link_generic()
1391 if ((hw->phy.media_type == e1000_media_type_copper) && mac->autoneg) { in e1000_config_fc_after_link_up_generic()
1536 mac->autoneg) { in e1000_config_fc_after_link_up_generic()
2132 if (!hw->mac.autoneg && (hw->phy.mdix == 0 || hw->phy.mdix == 3)) { in e1000_validate_mdi_setting_generic()
H A De1000_82543.c751 if (!hw->mac.autoneg && (hw->mac.forced_speed_duplex & in e1000_phy_force_speed_duplex_82543()
1091 if (hw->mac.autoneg) { in e1000_setup_copper_link_82543()
1227 if (!mac->autoneg) { in e1000_check_for_copper_link_82543()

123