Searched refs:FUN_PORT_CAP_AUTONEG (Results 1 – 2 of 2) sorted by relevance
127 if (modes & FUN_PORT_CAP_AUTONEG) in fun_link_modes_to_ethtool()234 ks->base.autoneg = (fp->advertising & FUN_PORT_CAP_AUTONEG) ? in fun_get_link_ksettings()330 !(fp->port_caps & FUN_PORT_CAP_AUTONEG)) in fun_set_link_ksettings()341 new_advert = fun_advert_modes(ks) | FUN_PORT_CAP_AUTONEG; in fun_set_link_ksettings()362 pause->autoneg = !!(fp->advertising & FUN_PORT_CAP_AUTONEG); in fun_get_pauseparam()374 if (!pause->autoneg && (fp->advertising & FUN_PORT_CAP_AUTONEG)) in fun_set_pauseparam()376 if (pause->autoneg && !(fp->advertising & FUN_PORT_CAP_AUTONEG)) in fun_set_pauseparam()396 if (!(fp->advertising & FUN_PORT_CAP_AUTONEG)) in fun_restart_an()400 FUN_PORT_CAP_AUTONEG); in fun_restart_an()
358 FUN_PORT_CAP_AUTONEG = 0x40, enumerator