Home
last modified time | relevance | path

Searched refs:DPSW_LINK_OPT_AUTONEG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-ethtool.c89 if (state.options & DPSW_LINK_OPT_AUTONEG) in dpaa2_switch_get_link_ksettings()
134 cfg.options |= DPSW_LINK_OPT_AUTONEG; in dpaa2_switch_set_link_ksettings()
136 cfg.options &= ~DPSW_LINK_OPT_AUTONEG; in dpaa2_switch_set_link_ksettings()
H A Ddpsw.h254 #define DPSW_LINK_OPT_AUTONEG 0x0000000000000001ULL macro